how to get input data in angular code example
Example 1: get input value angular
const type = (<HTMLInputElement>document.getElementById('type')).value;
#https://www.fiverr.com/tamerjarrar
Example 2: click binding angular 8
<button (click)="myFunction()"></button>