21 lines
663 B
TypeScript
21 lines
663 B
TypeScript
// import { NgModule } from '@angular/core';
|
|
//
|
|
// import { SharedModule } from '../../shared/shared.module';
|
|
// import { BulkLinkingComponent } from './bulkLinking.component';
|
|
// import { BulkLinkingRoutingModule } from './bulkLinking-routing.module';
|
|
// import {LinkingGenericModule} from './linkingGeneric.module';
|
|
// import {BulkClaimModule} from './bulkClaim/bulkClaim.module';
|
|
// @NgModule({
|
|
// imports: [
|
|
// SharedModule,
|
|
// BulkLinkingRoutingModule,
|
|
// LinkingGenericModule,
|
|
// BulkClaimModule
|
|
//
|
|
// ],
|
|
// declarations: [
|
|
// BulkLinkingComponent
|
|
// ], exports:[BulkLinkingComponent]
|
|
// })
|
|
// export class BulkLinkingModule { }
|