fengxiang
2018-07-23 cc523dbe2dc5d3d72d8f82c9748f7fb5ccf87eb5
src/app/core/core.module.ts
@@ -1,13 +1,9 @@
import { NgModule, Optional, SkipSelf } from '@angular/core';
import { throwIfAlreadyLoaded } from './module-import-guard';
import { AlainThemeModule } from '@delon/theme';
import { I18NService } from './i18n/i18n.service';
@NgModule({
    imports: [
       AlainThemeModule.forRoot()
    ],
    providers: [
        I18NService
    ]