Skip to content

Instantly share code, notes, and snippets.

@bonomiandreia
Created March 23, 2022 00:41
Show Gist options
  • Save bonomiandreia/df9589cc0e86a89fd7d66b591152596f to your computer and use it in GitHub Desktop.
Save bonomiandreia/df9589cc0e86a89fd7d66b591152596f to your computer and use it in GitHub Desktop.
study of ngModel
<input type=text [value]="received some value"/>
<input type=text (keyUp)="emit some value"/>
<input type=text [(value)]="emit and received some value (update template "html" and component (ts file)"/>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment