Skip to content

Commit 4e52ed0

Browse files
committed
fix: Removing animations module
1 parent 3a0a13f commit 4e52ed0

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

src/ngx-image-editor.module.ts

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ import {
88
MdTabsModule, MdTooltipModule
99
} from "@angular/material";
1010
import {FormsModule, ReactiveFormsModule} from "@angular/forms";
11-
import {NoopAnimationsModule} from "@angular/platform-browser/animations";
1211

1312

1413
export * from './ngx-image-editor.component';
@@ -18,7 +17,6 @@ export * from './ngx-image-editor.component';
1817
imports: [
1918
FormsModule,
2019
ReactiveFormsModule,
21-
NoopAnimationsModule,
2220
FlexLayoutModule,
2321
MdButtonModule,
2422
MdIconModule,
@@ -35,7 +33,7 @@ export * from './ngx-image-editor.component';
3533
declarations: [
3634
NgxImageEditorComponent
3735
],
38-
exports: [NgxImageEditorComponent , MdDialogModule],
36+
exports: [NgxImageEditorComponent],
3937
entryComponents: [NgxImageEditorComponent]
4038
})
4139

0 commit comments

Comments
 (0)