dependencies Legend  Declarations  Module  Bootstrap  Providers  Exports cluster_ThemingModule cluster_ThemingModule_providers ThemingService ThemingService ThemingModule ThemingModule ThemingService->ThemingModule

File

src/app/core/services/theming/theming.module.ts

Providers

import { APP_BOOTSTRAP_LISTENER, NgModule } from '@angular/core';

import { ThemingService } from './theming.service';

@NgModule({
  providers: [{ provide: APP_BOOTSTRAP_LISTENER, useValue: ThemingService.initialize, multi: true }, ThemingService],
})
export class ThemingModule {}

results matching ""

    No results matching ""