UNPKG

ipsos-components

Version:

Material Design components for Angular

10 lines (8 loc) 309 B
import {Component} from '@angular/core'; /** @title Auto-resizing textarea */ @Component({ selector: 'input-autosize-textarea-example', templateUrl: './input-autosize-textarea-example.html', styleUrls: ['./input-autosize-textarea-example.css'], }) export class InputAutosizeTextareaExample {}