first commit
This commit is contained in:
15
myteamwallet_frontend/src/app/shared/shared.module.ts
Normal file
15
myteamwallet_frontend/src/app/shared/shared.module.ts
Normal file
@@ -0,0 +1,15 @@
|
||||
import { NgModule } from '@angular/core';
|
||||
import { CommonModule } from '@angular/common';
|
||||
import { UnderConstructionComponent } from './under-construction/under-construction.component';
|
||||
import { DialogModule } from './dialog/dialog.module';
|
||||
|
||||
|
||||
@NgModule({
|
||||
declarations: [ UnderConstructionComponent ],
|
||||
imports: [
|
||||
CommonModule,
|
||||
DialogModule
|
||||
],
|
||||
exports: [ UnderConstructionComponent ]
|
||||
})
|
||||
export class SharedModule { }
|
||||
Reference in New Issue
Block a user