Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

References


ExampleExample

...

Usage

Structure

Code Block
languagehtml
<mat-form-field>
  <label class="required">Label Name</label>
  <input matInput type="text">
  <mat-hint>
    Error message here
  </mat-hint>
</mat-form-field>

...