Advertisement ยท 728 ร— 90

Posts by Basque Angular

@Component({
  selector: 'ba-hello',
  template: `๐Ÿ‘‹ Kaixo {{ who() }} `,
  changeDetection: ChangeDetectionStrategy.OnPush,
})
export class HelloComponent {
  who = signal<string>('๐ŸŒŽ mundua');
}

@Component({ selector: 'ba-hello', template: `๐Ÿ‘‹ Kaixo {{ who() }} `, changeDetection: ChangeDetectionStrategy.OnPush, }) export class HelloComponent { who = signal<string>('๐ŸŒŽ mundua'); }

#basqueangular

1 year ago 4 0 0 0