parent
78c65c330f
commit
48a1acab52
|
@ -42,7 +42,7 @@
|
|||
<div formArrayName="aliases">
|
||||
<h3>Aliases</h3> <button (click)="addAlias()">Add Alias</button>
|
||||
|
||||
<div *ngFor="let address of aliases.controls; let i=index">
|
||||
<div *ngFor="let alias of aliases.controls; let i=index">
|
||||
<!-- The repeated alias template -->
|
||||
<label>
|
||||
Alias:
|
||||
|
|
Loading…
Reference in New Issue