[web-app] 仪表盘-监控总览
This commit is contained in:
@@ -1,9 +1,9 @@
|
||||
import { NgModule, Type } from '@angular/core';
|
||||
import { SharedModule } from '@shared';
|
||||
import {G2PieModule} from "@delon/chart/pie";
|
||||
import {G2WaterWaveModule} from "@delon/chart/water-wave";
|
||||
// dashboard pages
|
||||
import { DashboardComponent } from './dashboard/dashboard.component';
|
||||
import { RouteRoutingModule } from './routes-routing.module';
|
||||
import {NgxEchartsModule} from "ngx-echarts";
|
||||
// single pages
|
||||
import { CallbackComponent } from './passport/callback.component';
|
||||
import { UserLockComponent } from './passport/lock/lock.component';
|
||||
@@ -11,7 +11,6 @@ import { UserLockComponent } from './passport/lock/lock.component';
|
||||
import { UserLoginComponent } from './passport/login/login.component';
|
||||
import { UserRegisterResultComponent } from './passport/register-result/register-result.component';
|
||||
import { UserRegisterComponent } from './passport/register/register.component';
|
||||
import { RouteRoutingModule } from './routes-routing.module';
|
||||
|
||||
const COMPONENTS: Array<Type<void>> = [
|
||||
DashboardComponent,
|
||||
@@ -25,7 +24,7 @@ const COMPONENTS: Array<Type<void>> = [
|
||||
];
|
||||
|
||||
@NgModule({
|
||||
imports: [SharedModule, RouteRoutingModule, G2PieModule, G2WaterWaveModule],
|
||||
imports: [SharedModule, RouteRoutingModule, NgxEchartsModule],
|
||||
declarations: COMPONENTS,
|
||||
})
|
||||
export class RoutesModule {}
|
||||
|
||||
Reference in New Issue
Block a user