[web-app]bugfix: recently alerts in dashboard load error when go back (#105)
This commit is contained in:
@@ -2,6 +2,8 @@ import { NgModule, Type } from '@angular/core';
|
||||
import { SharedModule } from '@shared';
|
||||
|
||||
// dashboard pages
|
||||
import { NzTagModule } from 'ng-zorro-antd/tag';
|
||||
import { NzTimelineModule } from 'ng-zorro-antd/timeline';
|
||||
import { NgxEchartsModule } from 'ngx-echarts';
|
||||
|
||||
import { DashboardComponent } from './dashboard/dashboard.component';
|
||||
@@ -10,8 +12,6 @@ import { UserLockComponent } from './passport/lock/lock.component';
|
||||
// passport pages
|
||||
import { UserLoginComponent } from './passport/login/login.component';
|
||||
import { RouteRoutingModule } from './routes-routing.module';
|
||||
import { NzTagModule } from 'ng-zorro-antd/tag';
|
||||
import { NzTimelineModule } from 'ng-zorro-antd/timeline';
|
||||
|
||||
const COMPONENTS: Array<Type<void>> = [
|
||||
DashboardComponent,
|
||||
|
||||
Reference in New Issue
Block a user