Posts in category ComponentsX
,

Migrating to Angular Standalone Components

In this blog post, I want to describe how I migrated an application from ngModules to standalone components. Standalone components are available since Angular's V14 and make an angular application possible without ngModules.