Posts by Rondinelle Freire • 1 point
2 posts
-
-1
votes1
answer306
viewsQ: Problems with this.router.navigate
Hello, my problem is this, I need to leave the dynamic whenever I play a different value in navigation, this is my code: editarForm() { const valor = ('X'); this.router.navigate(['/' + valor +…
-
-1
votes1
answer51
viewsQ: Select one or more Checkboxs release send button
Hello Folks I am in need of a help on the following question: When I select a checkbox the send button will not be available, but if you select one or more is available. follow the code: <div…