Posts by fernandesgm • 1 point
2 posts
-
0
votes1
answer916
viewsQ: Passing parameter to Typescript method - Angular 7
I’m new to Angular and I need to pass as parameter to the method "load Production" the employee of the time in my HTML ngFor, but I’m not succeeding, the console does not print anything in the…
-
0
votes2
answers832
viewsQ: Iteration of array elements in Typescript - Angular 7
I am trying to pass the amount of elements of an array to a Typescript variable that will feed the value property of a Gauge(speedometer). I tested to put the call of the method that would do this…