mirror of
https://github.com/akveo/ngx-admin.git
synced 2025-12-17 16:00:14 +01:00
fix: docs build
This commit is contained in:
parent
d9549ea1c3
commit
188f12f63c
4 changed files with 10 additions and 19 deletions
|
|
@ -86,8 +86,8 @@ const COMPONENTS = [
|
|||
],
|
||||
})
|
||||
export class NgxLandingThemeModule {
|
||||
static forRoot(): ModuleWithProviders {
|
||||
return <ModuleWithProviders>{
|
||||
static forRoot(): ModuleWithProviders<NgxLandingThemeModule> {
|
||||
return {
|
||||
ngModule: NgxLandingThemeModule,
|
||||
providers: [
|
||||
...NbThemeModule.forRoot({ name: 'ngx-landing' }).providers,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue