This commit is contained in:
parent
dbaa7d85fd
commit
52289daf3f
|
@ -1,22 +1,24 @@
|
|||
<p mat-dialog-title>Send Email Sample</p>
|
||||
|
||||
<div display-2>
|
||||
<p>
|
||||
<mat-form-field appearance="fill">
|
||||
<mat-label>Send To:</mat-label>
|
||||
<input matInput>
|
||||
</mat-form-field>
|
||||
</p><p>
|
||||
<mat-form-field appearance="fill">
|
||||
<mat-label>Subject</mat-label>
|
||||
<input matInput>
|
||||
</mat-form-field>
|
||||
</p><p>
|
||||
<mat-form-field appearance="fill">
|
||||
<mat-label>Textarea</mat-label>
|
||||
<textarea matInput rows="1xw0"></textarea>
|
||||
</mat-form-field>
|
||||
</p>
|
||||
<p>
|
||||
<mat-form-field appearance="fill">
|
||||
<mat-label>Send To:</mat-label>
|
||||
<input matInput>
|
||||
</mat-form-field>
|
||||
</p>
|
||||
<p>
|
||||
<mat-form-field appearance="fill">
|
||||
<mat-label>Subject</mat-label>
|
||||
<input matInput>
|
||||
</mat-form-field>
|
||||
</p>
|
||||
<p>
|
||||
<mat-form-field appearance="fill">
|
||||
<mat-label>Textarea</mat-label>
|
||||
<textarea matInput rows="1xw0"></textarea>
|
||||
</mat-form-field>
|
||||
</p>
|
||||
|
||||
</div>
|
||||
<div mat-dialog-actions>
|
||||
|
|
Loading…
Reference in New Issue