Content
View differences
Updated by Alexander Coles 8 days ago
Add explicit generic type parameters to `ElementRef` usages across the Angular views (e.g. `ElementRef<HTMLInputElement>`). Improves type safety on `nativeElement` access and removes implicit `any`.
### Hints for QA
Dev-facing so no QA pass needed.
### Hints for QA
Dev-facing so no QA pass needed.