@angular-architects/ngrx-toolkit 20.0.0 → 20.0.1

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.
@@ -1448,6 +1448,15 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.3", ngImpor
1448
1448
  args: [{ providedIn: 'root' }]
1449
1449
  }] });
1450
1450
 
1451
+ /**
1452
+ * AsyncFeatureResult is used as the public interface that users interact with
1453
+ * when calling `withIndexedDB`. It intentionally omits the internal SYNC_STATUS
1454
+ * property to avoid TypeScript error TS4058 (return type of public method
1455
+ * includes private type).
1456
+ *
1457
+ * For internal implementation, we use AsyncStoreForFactory which includes
1458
+ * the SYNC_STATUS property needed for state management.
1459
+ */
1451
1460
  const SYNC_STATUS = Symbol('SYNC_STATUS');
1452
1461
 
1453
1462
  function withIndexedDB() {