feat: Implement tasks feature using NGRX signals and remove the old counter store, alongside general project configuration and skill documentation updates.
continuous-integration/drone/pr Build is passing
continuous-integration/drone/pr Build is passing
This commit is contained in:
@@ -1,21 +1,21 @@
|
||||
---
|
||||
name: angular-best-practices-ngrx
|
||||
description: >-
|
||||
NgRx state management best practices for Angular. Covers pure reducers,
|
||||
action groups, entity adapter, selectors, and signal-based selection.
|
||||
Activates when working with @ngrx/store, @ngrx/effects, and @ngrx/entity.
|
||||
Do not use for Akita, NGXS, or standalone signal-based state.
|
||||
Install alongside angular-best-practices for full coverage.
|
||||
NgRx state management best practices for Angular. Covers pure reducers,
|
||||
action groups, entity adapter, selectors, and signal-based selection.
|
||||
Activates when working with @ngrx/store, @ngrx/effects, and @ngrx/entity.
|
||||
Do not use for Akita, NGXS, or standalone signal-based state.
|
||||
Install alongside angular-best-practices for full coverage.
|
||||
license: MIT
|
||||
metadata:
|
||||
author: alfredoperez
|
||||
version: "1.2.0"
|
||||
author: alfredoperez
|
||||
version: '1.2.0'
|
||||
tags: [angular, ngrx, state-management, redux]
|
||||
globs:
|
||||
- "**/*.ts"
|
||||
- "**/*.reducer.ts"
|
||||
- "**/*.effects.ts"
|
||||
- "**/*.selectors.ts"
|
||||
- '**/*.ts'
|
||||
- '**/*.reducer.ts'
|
||||
- '**/*.effects.ts'
|
||||
- '**/*.selectors.ts'
|
||||
---
|
||||
|
||||
# Angular NgRx Best Practices
|
||||
|
||||
Reference in New Issue
Block a user