Skip to content

Latest commit

 

History

History
25 lines (16 loc) · 637 Bytes

MANUAL_INSTALLATION.md

File metadata and controls

25 lines (16 loc) · 637 Bytes

Manual installation

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-builders/pwa-local-storage

If it causes an error, please file an issue.

In the meantime, you can proceed to a manual installation, but be sure to follow all the steps below.

Installing the package

Install the right version according to your Angular one via npm:

# For Angular 13:
npm install @ngx-builders/pwa-local-storage

Back to general documentation