Skip to content

Latest commit

 

History

History
7 lines (4 loc) · 471 Bytes

README.md

File metadata and controls

7 lines (4 loc) · 471 Bytes

AngularStandalone

One of the major feature released with v14 of Angular is to build a standalone component without the need to import in the NgModules. Existing applications can also be incrementally be adopted but make a note that this is still in developer preview mode which means that it might change before it is released as a stable version.

Standalone option

Run ng g c homepage —standalone=true to generate a standalone component through ng cli tool