Advertisement
Guest User

Untitled

a guest
Jun 20th, 2019
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.34 KB | None | 0 0
  1. <mat-form-field appearance="fill" floatLabel="always" fxFlex>
  2. <mat-label>My field</mat-label>
  3. <input
  4. matInput
  5. #input="matInput"
  6. [formControl]="amountControl"
  7. [errorStateMatcher]="customMatcher"
  8. />
  9. <mat-error *ngIf="amountControl?.invalid">{{ getErrorMessage$() | async }}</mat-error>
  10. </mat-form-field>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement