DTO-typed Reactive Forms in Angular November 24, 2022Posted inAngularTags: angular, dto, forms, reactive forms, type-safetyNo Comments As of Angular v14, reactive forms are strictly typed. Can you though use a DTO instead of manually defining a new type for a form? Well, yes you can!