You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
about: The issue tracker is not intended for support. A new GitHub "Discussions" tab, with a Questions & Answers category, is available for that purpose.
and my other major open source project, the [Angular schematics extension for VS Code](https://marketplace.visualstudio.com/items?itemName=cyrilletuzi.angular-schematics),
16
-
is **used by 600 000 users**. It represents *months* of full time *unpaid* work.
13
+
Given my current professional situation and the lack of support for my open source work, this library is in a frozen state, meaning it is still available on npm but it will no longer get features updates or support.
17
14
18
-
Want to help me by helping yourself? I released **[Schematics Pro](https://www.schematicspro.dev)**, a code automation tool for Angular, React, Vue, Ionic, Svelte, Stencil, Lit, Nest and more.
15
+
## How to help?
16
+
17
+
My open source work represents *months* of full time *unpaid* work, with for example the [Angular schematics extension for VS Code](https://marketplace.visualstudio.com/items?itemName=cyrilletuzi.angular-schematics),
18
+
**used by 600 000 developers**.
19
+
20
+
So if you want to help, I released **[Schematics Pro](https://www.schematicspro.dev)**, a paid code automation tool for Angular, React, Vue, Ionic, Svelte, Stencil, Lit, Nest and more.
19
21
20
22
## Why this module?
21
23
@@ -44,7 +46,7 @@ to be homogeneous with other Angular modules.
44
46
Install the package, according to your Angular version:
45
47
46
48
```bash
47
-
# For Angular LTS (Angular >= 10):
49
+
# For Angular LTS (Angular >= 12):
48
50
ng add @ngx-pwa/local-storage
49
51
```
50
52
@@ -217,13 +219,6 @@ For example, it allows to implement a multiple databases scenario.
217
219
218
220
## Support
219
221
220
-
### Angular support
221
-
222
-
We follow [Angular LTS support](https://angular.io/guide/releases).
223
-
224
-
This module supports [Universal server-side rendering](https://github.com/angular/universal)
225
-
via a mock storage.
226
-
227
222
### Browser support
228
223
229
224
This lib supports [the same browsers as Angular](https://angular.io/guide/browser-support).
0 commit comments