The future is standalone!
Briefly

In Angular v19, the change to make standalone: true the default for components, directives, and pipes means developers won't have to manually specify it anymore.
Since its introduction in v14, standalone has not only simplified Angular applications but also introduced new features like simplified lazy loading and improved composition models.
The Angular CLI now generates components with standalone: true by default, and the documentation teaches a standalone-first approach for new developers.
While standalone components are now the default, the ability to use NgModules remains unchanged, allowing flexibility for developers who still prefer using them.
Read at Medium
[
]
[
|
]