UNPKG

ipsos-components

Version:

Material Design components for Angular

12 lines (10 loc) 254 B
import {Component} from '@angular/core'; /** * @title Input with hints */ @Component({ selector: 'input-hint-example', templateUrl: 'input-hint-example.html', styleUrls: ['input-hint-example.css'], }) export class InputHintExample {}