fix: docs build

This commit is contained in:
Evgeny Lupanov 2020-03-26 11:14:44 +03:00
parent d9549ea1c3
commit 188f12f63c
4 changed files with 10 additions and 19 deletions

View file

@ -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,