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

we are a community of more than 2 million smartest coders
registration for
employee referral programs
are now open
get referred to google, amazon, flipkart and more
register now
  
pinned-register now
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