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 0246cfc commit 6d7c5dfCopy full SHA for 6d7c5df
projects/ngx-pwa/local-storage/src/lib/lib.service.ts
@@ -54,7 +54,10 @@ export class LocalStorage {
54
55
/**
56
* Get an item value in storage.
57
- * The signature has many overloads due to validation, please refer to the documentation.
+ * The signature has many overloads due to validation, **please refer to the documentation.**
58
+ * Note you must pass the schema directly as the second argument.
59
+ * Passing the schema in an object `{ schema }` is deprecated and only here for backward compatibility:
60
+ * it may be removed in v9.
61
* @see https://github.com/cyrilletuzi/angular-async-local-storage/blob/master/docs/VALIDATION.md
62
* @param key The item's key
63
* @returns The item's value if the key exists, `null` otherwise, wrapped in a RxJS `Observable`
0 commit comments