We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5ad6ef4 commit 7d553c0Copy full SHA for 7d553c0
eform-client/src/app/app.module.ts
@@ -7,7 +7,6 @@ import {GallerizeModule} from '@ngx-gallery/gallerize';
7
import {TranslateModule} from '@ngx-translate/core';
8
import { LightboxModule } from '@ngx-gallery/lightbox';
9
import {DragulaModule} from 'ng2-dragula';
10
-import {NgxMaskModule} from 'ngx-mask';
11
import {ToastrModule} from 'ngx-toastr';
12
13
import {MDBBootstrapModule} from 'port/angular-bootstrap-md';
@@ -50,7 +49,6 @@ import {
50
49
GalleryModule.forRoot(),
51
LightboxModule.forRoot(),
52
GallerizeModule,
53
- NgxMaskModule.forRoot(),
54
// Modules
55
PluginsModule
56
],
0 commit comments