@rb-mwindh/ngx-theme-manager - v22.0.1
    Preparing search index...

    Function provideThemeManager

    • Provides configuration for the ngx-theme-manager theme services.

      Parameters

      • Optionalconfig: ThemeManagerConfig

        Configuration options for the theme manager.

        • OptionalqueryParam?: string | null
        • OptionalstorageKey?: string | null

      Returns EnvironmentProviders

      An EnvironmentProviders instance to be used in the Angular provider configuration.

      // In your app configuration:
      provideThemeManager({ storageKey: 'my-theme', queryParam: 'theme' })