edit
This commit is contained in:
11
src/app/routes/partner/partner.module.ts
Normal file
11
src/app/routes/partner/partner.module.ts
Normal file
@ -0,0 +1,11 @@
|
||||
import { NgModule } from '@angular/core';
|
||||
import { CommonModule } from '@angular/common';
|
||||
import { SharedModule } from '@shared';
|
||||
import { PartnerRoutingModule } from './partner-routing.module';
|
||||
|
||||
const COMPONENTS: any[] = [];
|
||||
@NgModule({
|
||||
declarations: [...COMPONENTS],
|
||||
imports: [CommonModule, PartnerRoutingModule, SharedModule]
|
||||
})
|
||||
export class PartnerModule {}
|
||||
Reference in New Issue
Block a user