@Component({ selector: 'ba-hello', template: `๐ Kaixo {{ who() }} `, changeDetection: ChangeDetectionStrategy.OnPush, }) export class HelloComponent { who = signal<string>('๐ mundua'); }
1 year ago
4
0
0
0
@Component({ selector: 'ba-hello', template: `๐ Kaixo {{ who() }} `, changeDetection: ChangeDetectionStrategy.OnPush, }) export class HelloComponent { who = signal<string>('๐ mundua'); }