Angular standalone components
How to generate, bootstrap, and lazy load Angular standalone components.
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…