@sumaris-net/ngx-components 2.4.0-rc2 → 2.4.0-rc3
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/esm2020/src/app/core/services/storage/entities-storage.service.mjs +21 -19
- package/esm2020/src/app/shared/shared.module.mjs +3 -3
- package/fesm2015/sumaris-net.ngx-components.mjs +31 -19
- package/fesm2015/sumaris-net.ngx-components.mjs.map +1 -1
- package/fesm2020/sumaris-net.ngx-components.mjs +21 -19
- package/fesm2020/sumaris-net.ngx-components.mjs.map +1 -1
- package/package.json +1 -1
- package/src/app/core/services/storage/entities-storage.service.d.ts +1 -1
package/package.json
CHANGED
|
@@ -102,7 +102,7 @@ export declare class EntitiesStorage extends StartableService<EntityStorageMap>
|
|
|
102
102
|
protected storeLocally(opts?: {
|
|
103
103
|
skipIfPristine: boolean;
|
|
104
104
|
}): Promise<void>;
|
|
105
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<EntitiesStorage, [null,
|
|
105
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<EntitiesStorage, [null, { optional: true; }, null, null, { optional: true; }]>;
|
|
106
106
|
static ɵprov: i0.ɵɵInjectableDeclaration<EntitiesStorage>;
|
|
107
107
|
}
|
|
108
108
|
export {};
|