Guest User

Untitled

a guest
Jun 20th, 2018
68
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.20 KB | None | 0 0
  1. <form [formGroup]="myForm">
  2. <mat-form-field class="example-full-width">
  3. <input matInput placeholder="What is your name" [formControl]="myForm.controls['name']"/>
  4. </mat-form-field>
  5. </form>
Add Comment
Please, Sign In to add comment