core/common/skip-link.directive.ts
Sets the focus on the give targetId on click.
Selector | [c8ySkipLink] |
Methods |
Inputs |
HostListeners |
constructor()
|
c8ySkipLink |
Type : string
|
click |
onClick |
onClick()
|
Decorators :
@HostListener('click')
|
Returns :
void
|