UNPKG

ipsos-components

Version:

Material Design components for Angular

10 lines (8 loc) 283 B
import {Component} from '@angular/core'; /** @title Simple form field */ @Component({ selector: 'form-field-overview-example', templateUrl: 'form-field-overview-example.html', styleUrls: ['form-field-overview-example.css'] }) export class FormFieldOverviewExample {}