dependencies Legend  Declarations  Module  Bootstrap  Providers  Exports cluster_DailyProcessingModule cluster_DailyProcessingModule_declarations cluster_DailyProcessingModule_imports cluster_DailyProcessingModule_providers CutOffDetailComponent CutOffDetailComponent DailyProcessingModule DailyProcessingModule CutOffDetailComponent->DailyProcessingModule CutOffListComponent CutOffListComponent CutOffListComponent->DailyProcessingModule GoodnightRunComponent GoodnightRunComponent GoodnightRunComponent->DailyProcessingModule ProcessingColorByHealthcheckComponent ProcessingColorByHealthcheckComponent ProcessingColorByHealthcheckComponent->DailyProcessingModule RunDetailComponent RunDetailComponent RunDetailComponent->DailyProcessingModule DailyProcessingBatchesRoutingModule DailyProcessingBatchesRoutingModule DailyProcessingBatchesRoutingModule->DailyProcessingModule HealthCheckColorService HealthCheckColorService HealthCheckColorService->DailyProcessingModule ProcessingService ProcessingService ProcessingService->DailyProcessingModule
import { CommonModule, DatePipe } from '@angular/common';
import { NgModule } from '@angular/core';
import { FlexLayoutModule } from '@angular/flex-layout';
import {
  MatBadgeModule,
  MatButtonModule,
  MatCardModule,
  MatCheckboxModule,
  MatDatepickerModule,
  MatExpansionModule,
  MatIconModule,
  MatInputModule,
  MatListModule,
  MatMenuModule,
  MatNativeDateModule,
  MatProgressSpinnerModule,
  MatTableModule,
  MatTabsModule,
  MatToolbarModule,
  MatTooltipModule,
  MatTreeModule
} from '@angular/material';
import { CutOffDetailComponent } from './cut-off-detail/cut-off-detail.component';
import { CutOffListComponent } from './cut-off-list/cut-off-list.component';
import { DailyProcessingBatchesRoutingModule } from './daily-processing-routing.module';
import { GoodnightRunComponent } from './goodnight-run/goodnight-run.component';
import { ProcessingColorByHealthcheckComponent } from './processing-color-by-healthcheck/processing-color-by-healthcheck.component';
import { HealthCheckColorService } from './providers/healtch-check-color.service';
import { ProcessingService } from './providers/processing.service';
import { RunDetailComponent } from './run-detail/run-detail.component';

@NgModule({
  imports: [
    CommonModule,
    MatInputModule,
    MatButtonModule,
    MatIconModule,
    MatToolbarModule,
    MatTreeModule,
    MatCheckboxModule,
    MatTableModule,
    MatTabsModule,
    FlexLayoutModule,
    MatProgressSpinnerModule,
    DailyProcessingBatchesRoutingModule,
    MatBadgeModule,
    MatTooltipModule,
    MatExpansionModule,
    MatCardModule,
    MatMenuModule,
    MatDatepickerModule,
    MatNativeDateModule,
    MatProgressSpinnerModule,
    MatListModule
  ],
  declarations: [
    CutOffListComponent,
    CutOffDetailComponent,
    GoodnightRunComponent,
    ProcessingColorByHealthcheckComponent,
    RunDetailComponent
  ],
  providers: [HealthCheckColorService, ProcessingService, DatePipe]
})
export class DailyProcessingModule {}

result-matching ""

    No results matching ""