79540869

Date: 2025-03-28 08:26:37
Score: 0.5
Natty:
Report link

in Angular v18 work:

  constructor( @Optional() @Host() private el: ElementRef) {}

  ngAfterViewInit(): void{
     const cmp = (window as any).ng.getComponent(this.el.nativeElement)
     console.log('instance', cmp)
     cmp.disabled = true;
  }
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: KGROZA