constructor(route:ActivatedRoute) { route.queryParams.subscribe(p => console.log(p.myQueryParam)); // you can also do this in ngOnInit }