fix(schematics): always include a common module when generating an nglib
This commit is contained in:
parent
7e4a9f0e21
commit
8c62e8451f
@ -1,6 +1,8 @@
|
||||
import { NgModule } from '@angular/core';
|
||||
import { CommonModule } from '@angular/common';
|
||||
|
||||
@NgModule({
|
||||
imports: [CommonModule]
|
||||
})
|
||||
export class <%= className %>Module {
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user