Standalone components (Angular 14+, default in newer versions) let a component declare its own dependencies directly, without needing to belong to an NgModule. They dramatically reduce boilerplate and are now the recommended way to build Angular apps.
A standalone component
{ } ;
{ } ;
{ } ;
({
: ,
: ,
: [, ],
: ,
})
{
users = [];
}
