Angular standalone components
How to generate, bootstrap, and lazy load Angular standalone components.
6 min readMay 12, 2022
--
In version 14, Angular will release an impressive new feature named standalone components. Standalone components allow us to write Angular applications without NgModules.
Why standalone components? Standalone components means no NgModules. NgModules are often…