Loading packages/admin-web-angular/src/app/app.module.ts +2 −0 Original line number Diff line number Diff line Loading @@ -30,6 +30,7 @@ import { AppModuleGuard } from './app.module.guard'; import { MaintenanceModuleGuard } from './pages/+maintenance-info/maintenance-info.module.guard'; import { ServerConnectionService } from '@modules/client.common.angular2/services/server-connection.service'; import { ServerSettingsService } from './@core/services/server-settings.service'; import { NbEvaIconsModule } from '@nebular/eva-icons'; // It's more 'standard' way to use Font-Awesome module and special package, // but for some reason ngx-admin works without it. So we leave next line commented for now. Loading @@ -54,6 +55,7 @@ import { ServerSettingsService } from './@core/services/server-settings.service' }), CommonModule.forRoot({ apiUrl: environment.SERVICES_ENDPOINT }), NgbModule, NbEvaIconsModule, ThemeModule.forRoot(), CoreModule.forRoot(), NgxEchartsModule.forRoot({ Loading packages/admin-web-angular/tsconfig.json +3 −0 Original line number Diff line number Diff line Loading @@ -10,6 +10,9 @@ "types": ["node", "jest", "reflect-metadata", "googlemaps", "jasmine"], "paths": { "@angular/*": ["../node_modules/@angular/*"], "@nebular/*": [ "../../../node_modules/@nebular/*" ], "@modules/server.common/*": ["../../common/src/*"], "@modules/client.common.angular2/*": ["../../common-angular/src/*"], "@pyro/*": ["../../common/src/@pyro/*"], Loading Loading
packages/admin-web-angular/src/app/app.module.ts +2 −0 Original line number Diff line number Diff line Loading @@ -30,6 +30,7 @@ import { AppModuleGuard } from './app.module.guard'; import { MaintenanceModuleGuard } from './pages/+maintenance-info/maintenance-info.module.guard'; import { ServerConnectionService } from '@modules/client.common.angular2/services/server-connection.service'; import { ServerSettingsService } from './@core/services/server-settings.service'; import { NbEvaIconsModule } from '@nebular/eva-icons'; // It's more 'standard' way to use Font-Awesome module and special package, // but for some reason ngx-admin works without it. So we leave next line commented for now. Loading @@ -54,6 +55,7 @@ import { ServerSettingsService } from './@core/services/server-settings.service' }), CommonModule.forRoot({ apiUrl: environment.SERVICES_ENDPOINT }), NgbModule, NbEvaIconsModule, ThemeModule.forRoot(), CoreModule.forRoot(), NgxEchartsModule.forRoot({ Loading
packages/admin-web-angular/tsconfig.json +3 −0 Original line number Diff line number Diff line Loading @@ -10,6 +10,9 @@ "types": ["node", "jest", "reflect-metadata", "googlemaps", "jasmine"], "paths": { "@angular/*": ["../node_modules/@angular/*"], "@nebular/*": [ "../../../node_modules/@nebular/*" ], "@modules/server.common/*": ["../../common/src/*"], "@modules/client.common.angular2/*": ["../../common-angular/src/*"], "@pyro/*": ["../../common/src/@pyro/*"], Loading