1
0
mirror of https://github.com/bitwarden/browser synced 2026-02-12 06:23:38 +00:00

Update angular.md

This commit is contained in:
Anders Åberg
2026-01-15 14:05:17 +01:00
parent 74369a0b8f
commit 85770703d1

View File

@@ -20,7 +20,7 @@ constructor() {
}
```
## Signals
## Angular Signals (ADR-0027):
Use Angular Signals only in components and presentational services. Use RxJS for cross-client services and complex reactive workflows.