angular-toolbox 0.10.2 → 0.11.0

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.
@@ -196,4 +196,8 @@ export declare class DelegateXhr extends XhrBase implements XhrProxy {
196
196
  * @private
197
197
  */
198
198
  private loadData;
199
+ /**
200
+ * @private
201
+ */
202
+ private setDataStorage;
199
203
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "angular-toolbox",
3
- "version": "0.10.2",
3
+ "version": "0.11.0",
4
4
  "license": "SEE LICENSE IN LICENSE",
5
5
  "peerDependencies": {
6
6
  "@angular/common": "^18.0.0",