|
|
|
import { NgModule } from '@angular/core';
|
|
|
|
import { CommonModule } from '@angular/common';
|
|
|
|
import { PageOneComponent } from './state/page-one/page-one.component';
|
|
|
|
import { PageTwoTimeComponent,echartsComponent } from './state/page-two-time/page-two-time.component';
|
|
|
|
import { PageTwoNameComponent } from './state/page-two-name/page-two-name.component';
|
|
|
|
import { StatisticAnalysisRoutingModule } from './statistic-analysis-routing.module';
|
|
|
|
import { ReactiveFormsModule, FormsModule } from '@angular/forms';
|
|
|
|
import {A11yModule} from '@angular/cdk/a11y';
|
|
|
|
import {DragDropModule} from '@angular/cdk/drag-drop';
|
|
|
|
import {PortalModule} from '@angular/cdk/portal';
|
|
|
|
import {ScrollingModule} from '@angular/cdk/scrolling';
|
|
|
|
import {CdkStepperModule} from '@angular/cdk/stepper';
|
|
|
|
import {CdkTableModule} from '@angular/cdk/table';
|
|
|
|
import {CdkTreeModule} from '@angular/cdk/tree';
|
|
|
|
import {MatAutocompleteModule} from '@angular/material/autocomplete';
|
|
|
|
import {MatBadgeModule} from '@angular/material/badge';
|
|
|
|
import {MatBottomSheetModule} from '@angular/material/bottom-sheet';
|
|
|
|
import {MatButtonModule} from '@angular/material/button';
|
|
|
|
import {MatButtonToggleModule} from '@angular/material/button-toggle';
|
|
|
|
import {MatCardModule} from '@angular/material/card';
|
|
|
|
import {MatCheckboxModule} from '@angular/material/checkbox';
|
|
|
|
import {MatChipsModule} from '@angular/material/chips';
|
|
|
|
import {MatStepperModule} from '@angular/material/stepper';
|
|
|
|
import {MatDatepickerModule} from '@angular/material/datepicker';
|
|
|
|
import {MatDialogModule} from '@angular/material/dialog';
|
|
|
|
import {MatDividerModule} from '@angular/material/divider';
|
|
|
|
import {MatExpansionModule} from '@angular/material/expansion';
|
|
|
|
import {MatGridListModule} from '@angular/material/grid-list';
|
|
|
|
import {MatIconModule} from '@angular/material/icon';
|
|
|
|
import {MatInputModule} from '@angular/material/input';
|
|
|
|
import {MatListModule} from '@angular/material/list';
|
|
|
|
import {MatMenuModule} from '@angular/material/menu';
|
|
|
|
import {MatNativeDateModule, MatRippleModule} from '@angular/material/core';
|
|
|
|
import {MatPaginatorModule} from '@angular/material/paginator';
|
|
|
|
import {MatProgressBarModule} from '@angular/material/progress-bar';
|
|
|
|
import {MatProgressSpinnerModule} from '@angular/material/progress-spinner';
|
|
|
|
import {MatRadioModule} from '@angular/material/radio';
|
|
|
|
import {MatSelectModule} from '@angular/material/select';
|
|
|
|
import {MatSidenavModule} from '@angular/material/sidenav';
|
|
|
|
import {MatSliderModule} from '@angular/material/slider';
|
|
|
|
import {MatSlideToggleModule} from '@angular/material/slide-toggle';
|
|
|
|
import {MatSnackBarModule} from '@angular/material/snack-bar';
|
|
|
|
import {MatSortModule} from '@angular/material/sort';
|
|
|
|
import {MatTableModule} from '@angular/material/table';
|
|
|
|
import {MatTabsModule} from '@angular/material/tabs';
|
|
|
|
import {MatToolbarModule} from '@angular/material/toolbar';
|
|
|
|
import {MatTooltipModule} from '@angular/material/tooltip';
|
|
|
|
import {MatTreeModule} from '@angular/material/tree';
|
|
|
|
import { PageZhongDuiDetailsComponent } from './state/page-zhong-dui-details/page-zhong-dui-details.component';
|
|
|
|
import { DeleteOneComponent } from './deleteUnit/delete-one/delete-one.component';
|
|
|
|
import { DeleteTwoComponent } from './deleteUnit/delete-two/delete-two.component';
|
|
|
|
import { DeleteThereComponent } from './deleteUnit/delete-there/delete-there.component';
|
|
|
|
//import { DeleteThereLineDetailsComponent } from './deleteUnit/delete-there-line-details/delete-there-line-details.component';
|
|
|
|
import { DeleteFourComponent } from './deleteUnit/delete-four/delete-four.component';
|
|
|
|
import { BuildingTypeOneComponent } from './buildingType/building-type-one/building-type-one.component';
|
|
|
|
import { ScheduledUpdatesComponent,publicEchartsComponent,verifiedComponent,notVerifiedComponent,detailedInformationComponent,moreTableComponent,yueDateComponent,indexConditionComponent,yuebuildingDateComponent } from './scheduled-updates/scheduled-updates.component';
|
|
|
|
import { BuildingTypeTwoForwardComponent } from './buildingType/building-type-two-forward/building-type-two-forward.component';
|
|
|
|
import { BuildingTypeTwoReverseComponent } from './buildingType/building-type-two-reverse/building-type-two-reverse.component';
|
|
|
|
import { BuildingTypeThreeDetailsComponent } from './buildingType/building-type-three-details/building-type-three-details.component';
|
|
|
|
import { AddUnitOneComponent } from './addUnit/add-unit-one/add-unit-one.component';
|
|
|
|
import { AddUnitTwoTypeStatisticsComponent } from './addUnit/add-unit-two-type-statistics/add-unit-two-type-statistics.component';
|
|
|
|
import { AddUnitTwoTypeDetailsComponent } from './addUnit/add-unit-two-type-details/add-unit-two-type-details.component';
|
|
|
|
import { AddUnitTwoTimeComponent } from './addUnit/add-unit-two-time/add-unit-two-time.component';
|
|
|
|
import { AddUnitThreeLineDetailsComponent } from './addUnit/add-unit-three-line-details/add-unit-three-line-details.component';
|
|
|
|
import { AddUnitThreeBarDetailsComponent } from './addUnit/add-unit-three-bar-details/add-unit-three-bar-details.component';
|
|
|
|
import { HomeComponent } from './home/home.component';
|
|
|
|
import { DeleteThereLineDetailsComponent } from './deleteUnit/delete-there-line-details/delete-there-line-details.component';
|
|
|
|
import { PageThereComponent } from './state/page-there/page-there.component';
|
|
|
|
import { PageThereYearComponent } from './state/page-there-year/page-there-year.component';
|
|
|
|
import { DeleteTwoNewaddComponent } from './deleteUnit/delete-two-newadd/delete-two-newadd.component';
|
|
|
|
import { CompangInfoComponent } from './compang-info/compang-info.component';
|
|
|
|
import { AllPlanComponent } from './all-plan/all-plan.component';
|
|
|
|
import { PsViewer }from './all-plan/all-plan.component';
|
|
|
|
import { GkPsViewer2, PlanAnalysisBySynthesisComponent } from './plan-analysis-by-synthesis/plan-analysis-by-synthesis.component'
|
|
|
|
import { PlanManagementModule } from '../plan-management/plan-management.module';
|
|
|
|
import { RealMonitoringComponent } from './real-monitoring/real-monitoring.component';
|
|
|
|
import { lookunit }from './all-plan/all-plan.component';
|
|
|
|
import { CombinedQueryComponent } from './combined-query/combined-query.component'
|
|
|
|
|
|
|
|
@NgModule({
|
|
|
|
declarations: [GkPsViewer2,PageOneComponent, PageTwoTimeComponent, PageTwoNameComponent, PageZhongDuiDetailsComponent,
|
|
|
|
echartsComponent, DeleteOneComponent, DeleteTwoComponent, DeleteThereComponent, DeleteFourComponent, BuildingTypeOneComponent,
|
|
|
|
ScheduledUpdatesComponent,publicEchartsComponent,verifiedComponent,notVerifiedComponent,detailedInformationComponent,
|
|
|
|
moreTableComponent,yueDateComponent,yuebuildingDateComponent,indexConditionComponent, BuildingTypeTwoForwardComponent,
|
|
|
|
BuildingTypeTwoReverseComponent, BuildingTypeThreeDetailsComponent, AddUnitOneComponent, AddUnitTwoTypeStatisticsComponent,
|
|
|
|
AddUnitTwoTypeDetailsComponent, AddUnitTwoTimeComponent,AddUnitThreeLineDetailsComponent,AddUnitThreeBarDetailsComponent,
|
|
|
|
HomeComponent, DeleteThereLineDetailsComponent, PageThereComponent, PageThereYearComponent, DeleteTwoNewaddComponent,
|
|
|
|
CompangInfoComponent, AllPlanComponent,PsViewer, RealMonitoringComponent,PlanAnalysisBySynthesisComponent,lookunit, CombinedQueryComponent],
|
|
|
|
imports: [
|
|
|
|
CommonModule,
|
|
|
|
StatisticAnalysisRoutingModule,
|
|
|
|
CommonModule,
|
|
|
|
ReactiveFormsModule,
|
|
|
|
FormsModule,
|
|
|
|
A11yModule,
|
|
|
|
DragDropModule,
|
|
|
|
PortalModule,
|
|
|
|
ScrollingModule,
|
|
|
|
CdkStepperModule,
|
|
|
|
CdkTableModule,
|
|
|
|
CdkTreeModule,
|
|
|
|
MatAutocompleteModule,
|
|
|
|
MatBadgeModule,
|
|
|
|
MatBottomSheetModule,
|
|
|
|
MatButtonModule,
|
|
|
|
MatButtonToggleModule,
|
|
|
|
MatCardModule,
|
|
|
|
MatCheckboxModule,
|
|
|
|
MatChipsModule,
|
|
|
|
MatStepperModule,
|
|
|
|
MatDatepickerModule,
|
|
|
|
MatDialogModule,
|
|
|
|
MatDividerModule,
|
|
|
|
MatExpansionModule,
|
|
|
|
MatGridListModule,
|
|
|
|
MatIconModule,
|
|
|
|
MatInputModule,
|
|
|
|
MatListModule,
|
|
|
|
MatMenuModule,
|
|
|
|
MatNativeDateModule,
|
|
|
|
MatRippleModule,
|
|
|
|
MatPaginatorModule,
|
|
|
|
MatProgressBarModule,
|
|
|
|
MatProgressSpinnerModule,
|
|
|
|
MatRadioModule,
|
|
|
|
MatSelectModule,
|
|
|
|
MatSidenavModule,
|
|
|
|
MatSliderModule,
|
|
|
|
MatSlideToggleModule,
|
|
|
|
MatSnackBarModule,
|
|
|
|
MatSortModule,
|
|
|
|
MatTableModule,
|
|
|
|
MatTabsModule,
|
|
|
|
MatToolbarModule,
|
|
|
|
MatTooltipModule,
|
|
|
|
MatTreeModule,
|
|
|
|
PlanManagementModule
|
|
|
|
]
|
|
|
|
})
|
|
|
|
export class StatisticAnalysisModule { }
|