mirror of
https://github.com/akveo/ngx-admin.git
synced 2025-12-16 07:30:12 +01:00
Merge 03016366c1 into dc6a442704
This commit is contained in:
commit
4efe0f7aec
1 changed files with 1 additions and 1 deletions
|
|
@ -156,7 +156,7 @@ export const NB_CORE_PROVIDERS = [
|
|||
})
|
||||
export class CoreModule {
|
||||
constructor(@Optional() @SkipSelf() parentModule: CoreModule) {
|
||||
throwIfAlreadyLoaded(parentModule, 'CoreModule');
|
||||
throwIfAlreadyLoaded(parentModule, CoreModule.name);
|
||||
}
|
||||
|
||||
static forRoot(): ModuleWithProviders<CoreModule> {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue