mirror of
https://github.com/akveo/ngx-admin.git
synced 2026-03-01 03:10:17 +01:00
Merge branch 'upgrade-to-ng9-nebular5' into feat/material-theme
This commit is contained in:
commit
ae6dac10f9
25 changed files with 5721 additions and 3581 deletions
|
|
@ -78,8 +78,8 @@ const PIPES = [
|
|||
declarations: [...COMPONENTS, ...PIPES],
|
||||
})
|
||||
export class ThemeModule {
|
||||
static forRoot(): ModuleWithProviders {
|
||||
return <ModuleWithProviders>{
|
||||
static forRoot(): ModuleWithProviders<ThemeModule> {
|
||||
return {
|
||||
ngModule: ThemeModule,
|
||||
providers: [
|
||||
...NbThemeModule.forRoot(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue