Posts by Pedro Igor • 1 point
1 post
-
0
votes0
answers36
viewsQ: Angular Components 2
I’m having doubts about component inputs: I have a component called field .ts import { Component, OnInit, Input } from '@angular/core'; @Component({ selector: 'app-field', templateUrl:…