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.