angular >= 17
private self = inject<ElementRef>(ElementRef)
angular <= 16
constructor(private self: ElementRef) {}
Stackblitz