Top
image credit: Unsplash

Angular 14 – Typed Forms and Standalone Components

June 7, 2022

Via: InfoQ

Angular 14 was released earlier this month with the most significant update since Ivy. It includes two long-awaited features, Typed Reactive Forms and Standalone Components, as well as several minor improvements.

Stricly Typed Reactive Forms is a long-standing community request that can be dated to the release of Angular 2.

Until Angular 14, Reactive Forms did not include type definitions in many of its classes, and TypeScript would not catch bugs like in the following example during compilation.

Read More on InfoQ