179 Views
Angular 14 introduces Standalone Components. A component that is not part of ngModule. From Angular 14 and higher versions, Standalone Components provide simplified and easier ways to create an angular application. A standalone component does not need a module or, more precisely, the ngModule.
0 comments