Commit 423c734
committed
Fix remaining Angular 22 upgrade errors
Gives `SpotFormBindingDirective` an explicit constructor, as Angular 22
rejects constructor inheritance from the undecorated `NgControl` base
class (NG2006).
Coerces `hidden` to a boolean in the OpenID Connect providers
controller, as TypeScript 6.0's DOM types widen the getter to include
string values.1 parent d2d81b0 commit 423c734
2 files changed
Lines changed: 5 additions & 1 deletion
File tree
- frontend/src
- app/spot/components/form-field
- stimulus/controllers/dynamic/admin
Lines changed: 4 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
20 | 24 | | |
21 | 25 | | |
22 | 26 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
16 | | - | |
| 16 | + | |
17 | 17 | | |
18 | 18 | | |
0 commit comments