alphabetized imports, cuz that's how I roll
parent
7cf78a6d11
commit
c7d2afcf69
|
@ -18,38 +18,38 @@ import {
|
||||||
|
|
||||||
import { FontAwesomeModule } from '@fortawesome/angular-fontawesome';
|
import { FontAwesomeModule } from '@fortawesome/angular-fontawesome';
|
||||||
|
|
||||||
import { DeviceRoutingModule } from './device-routing.module';
|
import { AddCompleteComponent } from './components/view/add-complete/add-complete.component';
|
||||||
import { DeviceService } from '@account/http/device.service';
|
|
||||||
import { PreferencesComponent } from './components/view/preferences/preferences.component';
|
|
||||||
import { RemoveComponent } from './remove/remove.component';
|
|
||||||
import { SharedModule } from '../../shared/shared.module';
|
|
||||||
import { DeviceAddComponent } from './pages/device-add/device-add.component';
|
|
||||||
import { DeviceListComponent } from './components/view/device-list/device-list.component';
|
|
||||||
import { DeviceEditComponent } from './device-edit/device-edit.component';
|
|
||||||
import { CityInputComponent } from './components/input/city-input/city-input.component';
|
import { CityInputComponent } from './components/input/city-input/city-input.component';
|
||||||
import { CountryInputComponent } from './components/input/country-input/country-input.component';
|
import { CountryInputComponent } from './components/input/country-input/country-input.component';
|
||||||
import { RegionInputComponent } from './components/input/region-input/region-input.component';
|
|
||||||
import { TimezoneInputComponent } from './components/input/timezone-input/timezone-input.component';
|
|
||||||
import { AddCompleteComponent } from './components/view/add-complete/add-complete.component';
|
|
||||||
import { DevicesComponent } from './pages/devices/devices.component';
|
|
||||||
import { DeviceInfoComponent } from './components/view/device-info/device-info.component';
|
|
||||||
import { DefaultsComponent } from './components/view/defaults/defaults.component';
|
import { DefaultsComponent } from './components/view/defaults/defaults.component';
|
||||||
|
import { DeviceAddComponent } from './pages/device-add/device-add.component';
|
||||||
|
import { DeviceEditComponent } from './device-edit/device-edit.component';
|
||||||
|
import { DeviceInfoComponent } from './components/view/device-info/device-info.component';
|
||||||
|
import { DeviceListComponent } from './components/view/device-list/device-list.component';
|
||||||
|
import { DeviceRoutingModule } from './device-routing.module';
|
||||||
|
import { DevicesComponent } from './pages/devices/devices.component';
|
||||||
|
import { DeviceService } from '@account/http/device.service';
|
||||||
|
import { PreferencesComponent } from './components/view/preferences/preferences.component';
|
||||||
|
import { RegionInputComponent } from './components/input/region-input/region-input.component';
|
||||||
|
import { RemoveComponent } from './remove/remove.component';
|
||||||
|
import { SharedModule } from '../../shared/shared.module';
|
||||||
|
import { TimezoneInputComponent } from './components/input/timezone-input/timezone-input.component';
|
||||||
|
|
||||||
@NgModule({
|
@NgModule({
|
||||||
declarations: [
|
declarations: [
|
||||||
DeviceListComponent,
|
AddCompleteComponent,
|
||||||
RemoveComponent,
|
|
||||||
PreferencesComponent,
|
|
||||||
DeviceAddComponent,
|
|
||||||
DeviceEditComponent,
|
|
||||||
CityInputComponent,
|
CityInputComponent,
|
||||||
CountryInputComponent,
|
CountryInputComponent,
|
||||||
RegionInputComponent,
|
|
||||||
TimezoneInputComponent,
|
|
||||||
AddCompleteComponent,
|
|
||||||
DevicesComponent,
|
|
||||||
DeviceInfoComponent,
|
|
||||||
DefaultsComponent,
|
DefaultsComponent,
|
||||||
|
DeviceAddComponent,
|
||||||
|
DeviceEditComponent,
|
||||||
|
DeviceInfoComponent,
|
||||||
|
DeviceListComponent,
|
||||||
|
DevicesComponent,
|
||||||
|
PreferencesComponent,
|
||||||
|
RegionInputComponent,
|
||||||
|
RemoveComponent,
|
||||||
|
TimezoneInputComponent,
|
||||||
],
|
],
|
||||||
entryComponents: [
|
entryComponents: [
|
||||||
DeviceAddComponent,
|
DeviceAddComponent,
|
||||||
|
|
Loading…
Reference in New Issue