[angular] On focus

PHOTO EMBED

Sun Nov 08 2020 08:59:40 GMT+0000 (Coordinated Universal Time)

Saved by @abeerIbrahim #angular

@ViewChild('main', {static: false}) main: ElementRef;

  constructor() {}

  skipLink() {
    this.main.nativeElement.focus()
    }
content_copyCOPY