angular property value does not exist on type event

Solutions on MaxInterview for angular property value does not exist on type event by the best coders in the world

showing results for - "angular property value does not exist on type event"
Florine
02 Nov 2017
1 
2<input (keyup)="value2=$any($event.target).value" />
3<p>You entered {{value2}}</p>
4 
5