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

@ -29,8 +29,8 @@ export class CoreModule {
throwIfAlreadyLoaded(parentModule, 'CoreModule');
}
static forRoot(): ModuleWithProviders {
return <ModuleWithProviders>{
static forRoot(): ModuleWithProviders<CoreModule> {
return {
ngModule: CoreModule,
providers: [
...NB_CORE_PROVIDERS,