Posts by TusaMAL • 43 points
3 posts
-
0
votes1
answer278
viewsA: Dynamic radio button not checked with angular
vc ta using ngModel defines which you want to be marked by changing the value of ngModel to what you want.
-
1
votes1
answer2708
viewsA: Angular set value in radio button
How you are using ngModel only change the property value atividadeFixa. I did in stackblitz an example with setTimeout() and changing the value of it kind of simulates a request. Stackblitz example…
-
3
votes1
answer150
viewsQ: Match a route with "localhost:4200/test-(dynamic parameter)" at Angular 7
Summary of the problem: It is one of those friendly URL’s that will be sent and within the parentheses will come next to the airport of the city, I need the route to be activated when it comes with…