| | |
| | | import { EqualValidator } from '@business/validators/equal-validator.directive'; |
| | | import { FormBuilder } from '@angular/forms'; |
| | | import { _HttpClient } from '@delon/theme'; |
| | | import { Component, OnInit } from '@angular/core'; |
| | |
| | | import { AreacodeService } from '@business/services/http/areacode.service'; |
| | | import { OrganizationConfigComponent } from './organization/organization-config/organization-config.component'; |
| | | import { OrganizationListComponent } from './organization/organization-list/organization-list.component'; |
| | | import { RegistrationComponent } from './registration/registration.component'; |
| | | import { SensorsService } from '@business/services/http/sensors.service'; |
| | | import { BusinessModule } from '@business/business.module'; |
| | | |
| | |
| | | path: '', |
| | | children: [ |
| | | { path: 'account', component: AccountComponent }, |
| | | { path: 'organization', component: OrganizationComponent } |
| | | { path: 'organization', component: OrganizationComponent }, |
| | | { path: 'registration', component: RegistrationComponent } |
| | | ] |
| | | } |
| | | ]; |
| | |
| | | AccountEditComponent, |
| | | OrganizationComponent, |
| | | OrganizationConfigComponent, |
| | | OrganizationListComponent |
| | | OrganizationListComponent, |
| | | RegistrationComponent |
| | | ], |
| | | providers: [ToolsService, SensorsService,OrganizationService, _HttpClient, FormBuilder, AreacodeService], |
| | | providers: [ToolsService, SensorsService, OrganizationService, _HttpClient, FormBuilder, AreacodeService], |
| | | entryComponents: COMPONENTS_NOROUNT |
| | | }) |
| | | export class SystemsModule { } |