Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR JAVASCRIPT

local reference in angular

content_copy
<input #phone placeholder="phone number" />

<!-- lots of other elements -->

<!-- phone refers to the input element; pass its `value` to an event handler -->
<button type="button" (click)="callPhone(phone.value)">Call</button>
Source by angular.io #
 
PREVIOUS NEXT
Tagged: #local #reference #angular
ADD COMMENT
Topic
Name
1+4 =