Posts by A. Corrales • 34 points
2 posts
-
0
votes1
answer39
viewsA: How can I make the form input data appear in another component’s html
I suggest you work all on the same component, Gradecalculatorcomponent for example. The important thing is that in service you’re using @Input(), which is not a syntax used by Angular (used only for…
-
1
votes1
answer4663
viewsA: Property '' does not exist on type ''
The only problem is resource_name really does not exist in produtos: Produto[]. What you want to do is iterate through the products, so I suggest you do <ng-template [ngIf]="!teste"> <div…