Monday, 6 June, 2022 UTC


Summary

Angular 14, the latest version of the Google-developed, TypeScript-based web application framework, has arrived, featuring typed forms and a developer preview of standalone components.
Standalone components simplify the development of Angular applications by reducing the need for NgModules. With standalone components, directives, and pipes, the standalone: true flag allows developers to add imports directly in a @component() without an @NgModule(). These components should be used for exploration and development only, as they are not a stable API and could change outside of Angular’s typical model of backward compatibility.
To read this article in full, please click here