Elwyn
Elwyn
FYI this is posted against the wrong repo. @mmirzaee's issue is with `angular-2-local-storage`, not `angular2-local-storage`. https://github.com/phenomnomnominal/angular-2-local-storage PS the issue has since been fixed.
Agreed. Need to figure out a name that doesn't conflict.
Hi @Ks89, no, currently you cannot do that. However it looks like since @phenomnomnominal forked the original [grevory/angular-local-storage](https://github.com/grevory/angular-local-storage) repo that functionality has been added, so at some point it would...
Unfortunately this is unrelated to this library, and is just how Safari on iOS works - by design. LocalStorage appears to be available, but the quota is set to 0...
Using cookies as a fallback seems like a decent workaround to build in to your app. I'd be hesitant to make that a default fallback that silently happens though due...
Did you add the `LocalStorageModule` at the root of your application? And did you set the `storageType` config option? If you put a breakpoint in your code after it stores...
Hi @kordianbruck, great idea, would you like to put together a pull-request for that feature?
+1 on this, would be great to have separate sections / categories, or insert read only labels within the dropdown. For me it would be ideally implemented via supporting ``...