Guest User

Untitled

a guest
Jun 24th, 2018
125
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.24 KB | None | 0 0
  1. ----- One way flow -----
  2. <input type="text" [ngModel]="example"> VIEW <-- CONTROLLER
  3. <button (click)="onClickEvent()">Click</button> VIEW --> CONTROLLER
  4.  
  5. ------ Two way flow ----
  6. <input type="text" [(ngModel)]="example"> VIEW <--> CONTROLLER
Add Comment
Please, Sign In to add comment