| | |
| | | import { GridTraceComponent } from './grid-trace/grid-trace.component'; |
| | | import { RaiseDustComponent } from './raise-dust/raise-dust.component'; |
| | | import { SandTableComponent } from './sand-table/sand-table.component'; |
| | | import { RealTimeComponent } from './raise-dust/real-time/real-time.component'; |
| | | import { StatisticalQueryComponent } from './raise-dust/statistical-query/statistical-query.component'; |
| | | import { ImageGrabbingComponent } from './raise-dust/image-grabbing/image-grabbing.component'; |
| | | |
| | | @NgModule({ |
| | | imports: [ SharedModule, RouteRoutingModule ], |
| | |
| | | EnvironmentManagementComponent, |
| | | GridTraceComponent, |
| | | RaiseDustComponent, |
| | | SandTableComponent |
| | | SandTableComponent, |
| | | RealTimeComponent, |
| | | StatisticalQueryComponent, |
| | | ImageGrabbingComponent |
| | | ], |
| | | providers: [ |
| | | _HttpClient, |