Posts by Luiz Henrique Melo • 11 points
1 post
-
1
votes1
answer498
viewsQ: I can’t get the course parameters at angle 5
Every time I try to get the parameters of a route I get an empty object component: ngOnInit() { this.route.params.subscribe( params => { this.token = params console.log(this.token) } ) }…