|
|
@ -9,7 +9,7 @@ import { NgbModule } from '@ng-bootstrap/ng-bootstrap'; |
|
|
|
import { environment } from '@env/environment'; |
|
|
|
import { CoreModule } from '@app/core'; |
|
|
|
import { SharedModule } from '@app/shared'; |
|
|
|
import { HomeModule } from './home/home.module'; |
|
|
|
// import { HomeModule } from './home/home.module';
|
|
|
|
import { ShellModule } from './shell/shell.module'; |
|
|
|
import { AppComponent } from './app.component'; |
|
|
|
import { AppRoutingModule } from './app-routing.module'; |
|
|
@ -26,7 +26,7 @@ import { ChartComponent } from './chart/chart.component'; |
|
|
|
CoreModule, |
|
|
|
SharedModule, |
|
|
|
ShellModule, |
|
|
|
HomeModule, |
|
|
|
// HomeModule,
|
|
|
|
AppRoutingModule // must be imported as the last module as it contains the fallback route
|
|
|
|
], |
|
|
|
declarations: [AppComponent], |
|
|
|