@sumaris-net/ngx-components 1.19.9 → 1.19.10
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/bundles/sumaris-net.ngx-components.umd.js +2 -0
- package/bundles/sumaris-net.ngx-components.umd.js.map +1 -1
- package/bundles/sumaris-net.ngx-components.umd.min.js +1 -1
- package/bundles/sumaris-net.ngx-components.umd.min.js.map +1 -1
- package/esm2015/src/app/core/core.module.js +4 -1
- package/fesm2015/sumaris-net.ngx-components.js +2 -0
- package/fesm2015/sumaris-net.ngx-components.js.map +1 -1
- package/package.json +1 -1
- package/sumaris-net.ngx-components.metadata.json +1 -1
|
@@ -24352,6 +24352,7 @@
|
|
|
24352
24352
|
ionicCache.CacheModule,
|
|
24353
24353
|
i3$2.IonicStorageModule,
|
|
24354
24354
|
ngxJdenticon.NgxJdenticonModule,
|
|
24355
|
+
i1$2.TranslateModule.forChild(),
|
|
24355
24356
|
// Sub modules
|
|
24356
24357
|
AppGraphQLModule,
|
|
24357
24358
|
AppMenuModule
|
|
@@ -24393,6 +24394,7 @@
|
|
|
24393
24394
|
exports: [
|
|
24394
24395
|
SharedModule,
|
|
24395
24396
|
i3.RouterModule,
|
|
24397
|
+
i1$2.TranslateModule,
|
|
24396
24398
|
// Sub modules
|
|
24397
24399
|
AppGraphQLModule,
|
|
24398
24400
|
AppMenuModule,
|