Posts by bru • 1 point
1 post
-
-1
votes3
answers45
viewsQ: I can’t get the "id" parameter of the URL in Angular 12 using Activatedroute?
The URL 'user/1' for example, it doesn’t work. But I use '/user? id=1' works and I can list but it’s not in the format I want. In my builder I declared an attribute ActivatedRoute, which I use in my…