Posts by José Ricardo Calado • 21 points
1 post
-
2
votes2
answers4609
viewsA: How to pass a GET parameter in a URL in Angular 4+ ? Using the route system
On Template New Exercise Request: this.route.queryParams .filter(params => params.id) .subscribe(params => { this.id = params.id;});