| | |
| | | import { EqualValidator } from '@business/validators/equal-validator.directive'; |
| | | import { FormBuilder } from '@angular/forms'; |
| | | import { _HttpClient } from '@delon/theme'; |
| | | import { Component, OnInit } from '@angular/core'; |
| | |
| | | OrganizationConfigComponent, |
| | | OrganizationListComponent |
| | | ], |
| | | providers: [ToolsService, SensorsService,OrganizationService, _HttpClient, FormBuilder, AreacodeService], |
| | | providers: [ToolsService, SensorsService, OrganizationService, _HttpClient, FormBuilder, AreacodeService], |
| | | entryComponents: COMPONENTS_NOROUNT |
| | | }) |
| | | export class SystemsModule { } |