128.1. Creating notification module - ng generate module (#16 Section 18: Notification)
This commit is contained in:
@ -0,0 +1,10 @@
|
||||
import {NgModule} from '@angular/core';
|
||||
import {CommonModule} from '@angular/common';
|
||||
|
||||
@NgModule({
|
||||
declarations: [],
|
||||
imports: [
|
||||
CommonModule
|
||||
]
|
||||
})
|
||||
export class NotificationModule { }
|
||||
Reference in New Issue
Block a user