dynamic-reactive-form icon indicating copy to clipboard operation
dynamic-reactive-form copied to clipboard

Add types to make the code more robust

Open flensrocker opened this issue 4 months ago • 0 comments

Let TypeScript help us to pass around the right arguments to our functions.

Not handled yet: the Error type in dynamic-reactive-form.model.ts

For me it's not yet clear how this should work together with ngxErrors and ngxError. My guess is, that Validtors[] is not the right type for that. Someone with more knowledge about @ngspot/ngx-errors should take a look at that.

flensrocker avatar Oct 20 '24 11:10 flensrocker