@ViewChild('main', {static: false}) main: ElementRef;
constructor() {}
skipLink() {
this.main.nativeElement.focus()
}
@ViewChild('main', {static: false}) main: ElementRef;
constructor() {}
skipLink() {
this.main.nativeElement.focus()
}