用户中心

This commit is contained in:
wangshiming
2021-12-02 17:36:04 +08:00
parent acee22b1f3
commit 1169034130
16 changed files with 943 additions and 277 deletions

View File

@ -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({