Posts by Marcelo de Oliveira Pereira • 1 point
1 post
-
-3
votes3
answers45
viewsA: I can’t get the "id" parameter of the URL in Angular 12 using Activatedroute?
You can get the value using the route snapshot. Let id = this.route.snapshot.params.id;