Posts by B.Martins • 43 points
3 posts
-
1
votes2
answers169
viewsA: Can you pass a specific route determined by an id ? (Angular Routes)
Maybe this will help: You can capture the parameters with the Activatedroute as you specify the name of the parameters and with this you can catch the /:Identity/. idEntidade: number;…
-
3
votes1
answer405
viewsA: Clear input value at material angle
Hello. From what I’ve seen you working with Reactforms, that’s good. So let’s answer: 1º I changed the responsibility of "change" to Checkbox: <mat-checkbox formControlName="checkbox"…
-
-2
votes1
answer157
viewsQ: How to Configure a string Connection
I am wanting to connect to the database but my string Connection is not starting. Error: https://prnt.sc/ngeqde Class Startup: var connectionString =…