Browse Source

[修改]修改报错

非煤矿山灾害智能感知和预警系统
邵佳豪 3 years ago
parent
commit
a02068de47
  1. 4
      src/app/home/home.module.ts

4
src/app/home/home.module.ts

@ -14,7 +14,6 @@ import { OrComponent } from './system-management/or/or.component';
import { UnitComponent } from './basic-info/unit/unit.component'; import { UnitComponent } from './basic-info/unit/unit.component';
import { UnitDetailsComponent } from './basic-info/unit-details/unit-details.component'; import { UnitDetailsComponent } from './basic-info/unit-details/unit-details.component';
import { NzInputModule } from 'ng-zorro-antd/input'; import { NzInputModule } from 'ng-zorro-antd/input';
import { NzTableModule } from 'ng-zorro-antd/table';
import { NzIconModule } from 'ng-zorro-antd/icon'; import { NzIconModule } from 'ng-zorro-antd/icon';
import { ZhiIndicatorsComponent } from './task/zhi-indicators/zhi-indicators.component'; import { ZhiIndicatorsComponent } from './task/zhi-indicators/zhi-indicators.component';
import { ZhiAuditComponent } from './task/zhi-audit/zhi-audit.component'; import { ZhiAuditComponent } from './task/zhi-audit/zhi-audit.component';
@ -36,7 +35,6 @@ import { NzTreeSelectModule } from 'ng-zorro-antd/tree-select';
import { FormsModule, ReactiveFormsModule } from '@angular/forms'; import { FormsModule, ReactiveFormsModule } from '@angular/forms';
import { NzModalModule } from 'ng-zorro-antd/modal'; import { NzModalModule } from 'ng-zorro-antd/modal';
import { NzMessageModule } from 'ng-zorro-antd/message'; import { NzMessageModule } from 'ng-zorro-antd/message';
import { NzInputModule } from 'ng-zorro-antd/input';
@NgModule({ @NgModule({
declarations: [ declarations: [
NavComponent, NavComponent,
@ -65,13 +63,11 @@ import { NzInputModule } from 'ng-zorro-antd/input';
HomeRoutingModule, HomeRoutingModule,
NzLayoutModule, NzLayoutModule,
NzDropDownModule, NzDropDownModule,
NzInputModule,
NzTableModule, NzTableModule,
NzIconModule, NzIconModule,
NzProgressModule, NzProgressModule,
NzEmptyModule, NzEmptyModule,
NzButtonModule, NzButtonModule,
NzTableModule,
NzFormModule, NzFormModule,
NzSelectModule, NzSelectModule,
NzTreeSelectModule, NzTreeSelectModule,

Loading…
Cancel
Save