NationalBankBelgium / stark

Modern client-side Web application framework based on Angular, Angular Material / Material Design, TypeScript, Redux, RxJS, ...
https://stark.nbb.be
Other
55 stars 23 forks source link

ui: replace `UntypedFormControl` by `FormControl` #3746

Open SuperITMan opened 5 months ago

SuperITMan commented 5 months ago

I'm submitting a...


[ ] Regression (a behavior that used to work and stopped working in a new release)
[ ] Bug report  
[X] Feature request
[ ] Documentation issue or request
[ ] Support request => Please do not submit support request here, instead see https://github.com/NationalBankBelgium/stark/blob/master/CONTRIBUTING.md#got-a-question-or-problem

Current behavior

Angiular 14 introduced typed FormControl and FormGroup. Stark on Angular 14 uses UntypedFormControl and UntypedFormGroup.

Expected behavior

stark-ui should use the typed FormControl and FormGroup.

What is the motivation / use case for changing the behavior?

Environment


Angular version: 14
Stark version: 12.x


Others: