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

This commit is contained in:
Dennis Hundertmark
2026-03-08 09:50:17 +01:00
parent 2184971175
commit 9d13cc652a
47 changed files with 15272 additions and 14144 deletions
@@ -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