Commit c604b5f2 authored by RAHUL RATHORE's avatar RAHUL RATHORE
Browse files

fix: theme icon loading issue

parent 0c2f8e87
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -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.
@@ -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({
+3 −0
Original line number Diff line number Diff line
@@ -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/*"],