【发布时间】:2018-08-30 09:01:17
【问题描述】:
我正在使用 Angular 5 应用程序,这里我使用 Angular Material Design for UI。
现在我想设计一个像图像中一样的输入文件
我不知道如何在他的输入字段中添加“更改”标签。
堆栈闪电战:https://stackblitz.com/edit/angular-stacb4-5oaagd?file=app%2Fsnack-bar-overview-example.html
app.component.html
<mat-form-field class="col-sm-12">
<mat-label>Enter your email</mat-label>
<input matInput placeholder="email" required>
</mat-form-field>
谁能帮我解决这个问题。
【问题讨论】:
标签: angular typescript angular-material