Skip to main content

angular-state-management

Master modern Angular state management with Signals, NgRx, and RxJS. Use when setting up global state, managing component stores, choosing between state solutions, or migrating from legacy patterns.

Install this skill

or
81/100

Security score

The angular-state-management skill was audited on Jun 15, 2026 and we found 7 security issues across 2 threat categories. Review the findings below before installing.

Categories Tested

Security Issues

medium line 140

Template literal with variable interpolation in command context

SourceSKILL.md
140const user = await fetch(`/api/users/${id}`).then((r) => r.json());
medium line 534

Template literal with variable interpolation in command context

SourceSKILL.md
534await firstValueFrom(this.http.delete(`/api/products/${id}`));
medium line 623

Template literal with variable interpolation in command context

SourceSKILL.md
623switchMap(filter => this.http.get(`/api/data?q=${filter}`))
low line 632

External URL reference

SourceSKILL.md
632- [Angular Signals Guide](https://angular.dev/guide/signals)
low line 633

External URL reference

SourceSKILL.md
633- [NgRx Documentation](https://ngrx.io/)
low line 634

External URL reference

SourceSKILL.md
634- [NgRx SignalStore](https://ngrx.io/guide/signals)
low line 635

External URL reference

SourceSKILL.md
635- [RxAngular](https://www.rx-angular.io/)
Scanned on Jun 15, 2026
View Security Dashboard
Installation guide →
GitHub Stars 2
Rate this skill
Categoryother
UpdatedJune 24, 2026
JantonioFC/skillsbank