[init] init version
This commit is contained in:
16
src/app/pages/contract/make/contract-make.module.ts
Normal file
16
src/app/pages/contract/make/contract-make.module.ts
Normal file
@@ -0,0 +1,16 @@
|
||||
import { NgModule } from '@angular/core';
|
||||
import {RoutingComponents, RoutingModule} from './contract-make-routing.module';
|
||||
import {AppSharedModule} from "../../../app.shared";
|
||||
import { NgOptimizedImage } from "@angular/common";
|
||||
|
||||
@NgModule({
|
||||
declarations: [
|
||||
...RoutingComponents,
|
||||
],
|
||||
imports: [
|
||||
AppSharedModule,
|
||||
RoutingModule,
|
||||
NgOptimizedImage
|
||||
]
|
||||
})
|
||||
export class ContractMakeModule {}
|
||||
Reference in New Issue
Block a user