Skip to content

Standalone Components

@Component({
selector: 'app-hello',
standalone: true,
template: `Hello`
})
export class HelloComponent {}

Notes

  • Import standalone components directly where used.