Skip to content

Commit 9a95738

Browse files
committed
fix: Adding CommonModule
1 parent 4e52ed0 commit 9a95738

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/ngx-image-editor.module.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ import {
88
MdTabsModule, MdTooltipModule
99
} from "@angular/material";
1010
import {FormsModule, ReactiveFormsModule} from "@angular/forms";
11+
import {CommonModule} from "@angular/common";
1112

1213

1314
export * from './ngx-image-editor.component';
@@ -16,6 +17,7 @@ export * from './ngx-image-editor.component';
1617

1718
imports: [
1819
FormsModule,
20+
CommonModule,
1921
ReactiveFormsModule,
2022
FlexLayoutModule,
2123
MdButtonModule,

0 commit comments

Comments
 (0)