用户中心
This commit is contained in:
@ -8,12 +8,14 @@
|
||||
*/
|
||||
import { NgModule } from '@angular/core';
|
||||
import { SharedModule } from '@shared';
|
||||
import { VehicleComponentsListDetailComponent } from './components/list/detail/detail.component';
|
||||
import { VehicleComponentsListComponent } from './components/list/list.component';
|
||||
import { VehicleRoutingModule } from './vehicle-routing.module';
|
||||
|
||||
|
||||
const COMPONENTS = [
|
||||
VehicleComponentsListComponent
|
||||
VehicleComponentsListComponent,
|
||||
VehicleComponentsListDetailComponent
|
||||
];
|
||||
|
||||
@NgModule({
|
||||
|
||||
Reference in New Issue
Block a user