Skip to content

Commit

Permalink
­
Browse files Browse the repository at this point in the history
  • Loading branch information
Enlcxx committed Mar 31, 2019
1 parent 1515f60 commit 403bfa4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/app/app.module.ts
Original file line number Diff line number Diff line change
Expand Up @@ -166,8 +166,8 @@ export function themeNameProviderFactory() {
{ provide: LY_THEME, useClass: MinimaDark, multi: true },
{ provide: LY_THEME, useClass: CustomMinimaLight, multi: true },
{ provide: LY_THEME, useClass: CustomMinimaDark, multi: true },
{ provide: LY_THEME_NAME, useFactory: themeNameProviderFactory, },
{ provide: LY_THEME_GLOBAL_VARIABLES, useClass: GlobalVariables }
{ provide: LY_THEME_GLOBAL_VARIABLES, useClass: GlobalVariables },
{ provide: LY_THEME_NAME, useFactory: themeNameProviderFactory }
],
bootstrap: [AppComponent]
})
Expand Down

0 comments on commit 403bfa4

Please sign in to comment.