File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed
projects/ngx-pwa/local-storage/src/lib Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -54,7 +54,10 @@ export class LocalStorage {
54
54
55
55
/**
56
56
* Get an item value in storage.
57
- * The signature has many overloads due to validation, please refer to the documentation.
57
+ * 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.
58
61
* @see https://github.com/cyrilletuzi/angular-async-local-storage/blob/master/docs/VALIDATION.md
59
62
* @param key The item's key
60
63
* @returns The item's value if the key exists, `null` otherwise, wrapped in a RxJS `Observable`
You can’t perform that action at this time.
0 commit comments