@Component({ selector: 'ba-hello', template: `๐ Kaixo {{ who() }} `, changeDetection: ChangeDetectionStrategy.OnPush, }) export class HelloComponent { who = signal<string>('๐ mundua'); }
#basqueangular
02.12.2024 19:33
๐ 4
๐ 0
๐ฌ 0
๐ 0