Skip to content

๐Ÿ…ฐ๏ธ Standalone Components

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