Daniel
Results
1
comments of
Daniel
### recap.. component.html ````html ````` component.ts ````js export class MdViewComponent implements OnInit { @HostListener('click', ['$event']) public data: string = "" onClick(event: any): void { event.preventDefault(); // find anchor const anchor...