Manual installation
June 3, 2026 ยท View on GitHub
This is the first installation guide. If you are already using the lib, use the migrations guides.
You should install this library with this command:
ng add @ngx-pwa/local-storage
If it causes an error, please file an issue. In the meantime, you can proceed to a manual installation.
Installing the package
Install the right version according to your Angular one via npm:
# For Angular 22:
npm install @ngx-pwa/local-storage@^22.0.0
# For Angular 21:
npm install @ngx-pwa/local-storage@^21.0.0
# For Angular 20:
npm install @ngx-pwa/local-storage@^20.0.0
Note
Angular versions <= 19 are officially outdated.