angular-2-local-storage icon indicating copy to clipboard operation
angular-2-local-storage copied to clipboard

LocalStorageService for Angular 2 with the same API as angular-local-storage

Results 36 angular-2-local-storage issues
Sort by recently updated
recently updated
newest added

Bumps [y18n](https://github.com/yargs/y18n) from 4.0.0 to 4.0.1. Changelog Sourced from y18n's changelog. Change Log All notable changes to this project will be documented in this file. See standard-version for commit guidelines....

dependencies

Bumps [ini](https://github.com/isaacs/ini) from 1.3.5 to 1.3.8. Commits a2c5da8 1.3.8 af5c6bb Do not use Object.create(null) 8b648a1 don't test where our devdeps don't even work c74c8af 1.3.7 024b8b5 update deps, add linting...

dependencies

Angular 10 has deprecated the use of ModuleWithProviders type without a generic.

![image](https://user-images.githubusercontent.com/77631115/105031189-f4881100-5a7a-11eb-86e9-b657c6ca7931.png) Facing the following error while deploying as Angular 10 has deprecated the use of ModuleWithProviders type without a generic and the code in dist folder remains unchanged in the...

I'm getting this error when running ng test ``` Error: StaticInjectorError(DynamicTestModule)[AuthenticationService -> LocalStorageService]: error properties: Object({ ngTempTokenPath: null, ngTokenPath: [ 'AuthenticationService', Function ] }) at at NullInjector.push../node_modules/@angular/core/fesm5/core.js.NullInjector.get node_modules/@angular/core/fesm5/core.js:979:1) at resolveToken...

It only includes v2.0.0.

When running ng serve I am getting this exception using the 1.0.1version of the angular-2-local-storage.

Thanx for this great plugin! I have a question. I am using angular 4.3.5 with angular cli 1.3.2 and compile my code with aot enabled. How can i use a...

When running ng build -prod I am getting this exception using the latest version of the angular-2-local-storage. If I install the previous version 1.0.1 I don't have any issues?