You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
import { ..., HostListener } from '@angular/core';
// TODO: maybe implement features from events by hostlistener ...
@HostListener('click', ['$event'])
onClick(event) {
if (event.target.parentElement.classList[0] === 'fuuws') {
// HERE THINGS CAN BE ADDED §
console.log('opening detail dialog with ' + event.target.firstChild.data );
console.log( event.target );
this.openDetailsDialog(event.target.firstChild.data);
} // else {console.log('actions on cells disabled or no action defined')}
}
The text was updated successfully, but these errors were encountered:
musicEnfanthen
changed the title
Host Listener for internal links
[APP] Host Listener for internal links
Oct 15, 2024
The text was updated successfully, but these errors were encountered: