UNPKG

ipsos-components

Version:

Material Design components for Angular

10 lines (8 loc) 271 B
import {Component} from '@angular/core'; /** @title Form field with hints */ @Component({ selector: 'form-field-hint-example', templateUrl: 'form-field-hint-example.html', styleUrls: ['form-field-hint-example.css'] }) export class FormFieldHintExample {}