Standalone Components
Standalone Components
Section titled โStandalone Componentsโ@Component({  selector: 'app-hello',  standalone: true,  template: `Hello`})export class HelloComponent {}Notes
- Import standalone components directly where used.