import { Component, OnInit } from '@angular/core';
@Component({
selector: 'mat-demo-input',
template: `
`,
styleUrls: ['./mat-demo-input.component.less']
})
export class MatDemoInputComponent {
inputValue: string;
textareaValue = '利维亚的杰洛特(Geralt of Rivia,繁中:傑洛特 )是一位猎魔人,是“猎魔人”系列小说和游戏的主角。杰洛特有一头奶白色的头发,布洛奇隆的树精们称他为“葛温布雷德(Gwynbleidd)”,古语中意为“白狼”。同样他还有个令人胆寒的外号“布拉维坎的屠夫”,源于之前在布拉维坎发生的一场流血事件';
}