Posts by MenesesH3 • 21 points
3 posts
-
0
votes1
answer43
viewsQ: How to use a form in the sister component?
I have a component called detail-paciente in which it contains a form with several properties, one of which is a Formarray. I want to use the same form as this component in a child component, as I…
-
1
votes1
answer39
viewsQ: How to initialize form using value from an angular service
I’m returning from mine API an integer, and then, with the angular need to show this value as default in this tag: <input type="text" formControlName="pacienteId" class="form-control"> I know…
-
0
votes0
answers22
viewsQ: Show sidebar on a particular corner with angle
I want to show a Component that contains sidebar on a particular daughter route of 'patients', which gets id 'patient/Detail/:id', if I put the same way that is in the routing module does not work.…