You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Nothing/src/app/plan-display/url-dialog.component.html

7 lines
323 B

<label>Plan name</label><input matInput type="text" [(ngModel)]="data2.name"><br>
<label>Url</label><input matInput type="text" [(ngModel)]="data2.url">
<div mat-dialog-actions>
<button mat-button (click)="cancel()">Cancel</button>
<button mat-button [mat-dialog-close]="data2" cdkFocusInitial>Save</button>
</div>