File tree Expand file tree Collapse file tree 1 file changed +1
-3
lines changed Expand file tree Collapse file tree 1 file changed +1
-3
lines changed Original file line number Diff line number Diff line change 8
8
MdTabsModule , MdTooltipModule
9
9
} from "@angular/material" ;
10
10
import { FormsModule , ReactiveFormsModule } from "@angular/forms" ;
11
- import { NoopAnimationsModule } from "@angular/platform-browser/animations" ;
12
11
13
12
14
13
export * from './ngx-image-editor.component' ;
@@ -18,7 +17,6 @@ export * from './ngx-image-editor.component';
18
17
imports : [
19
18
FormsModule ,
20
19
ReactiveFormsModule ,
21
- NoopAnimationsModule ,
22
20
FlexLayoutModule ,
23
21
MdButtonModule ,
24
22
MdIconModule ,
@@ -35,7 +33,7 @@ export * from './ngx-image-editor.component';
35
33
declarations : [
36
34
NgxImageEditorComponent
37
35
] ,
38
- exports : [ NgxImageEditorComponent , MdDialogModule ] ,
36
+ exports : [ NgxImageEditorComponent ] ,
39
37
entryComponents : [ NgxImageEditorComponent ]
40
38
} )
41
39
You can’t perform that action at this time.
0 commit comments