|
|
|
|
|
by diob
1073 days ago
|
|
https://angular.io/guide/binding-overview Haven't looked at angular since 2015 to be honest, but it still seems like they do weird html stuff to me, such as: <ul>
<li *ngFor="let customer of customers">{{customer.name}}</li>
</ul>
or
<label>Type something:
<input #customerInput>{{customerInput.value}}
</label> |
|