Tuesday, September 26, 2017

how to use ViewChildren in an Angular 4 app

boxes as suggested here, is going to accessible as an array of controls like so:

this.boxes._results[13].nativeElement.value = 42;

No comments:

Post a Comment