In the latest version of @angular/router 3.0.0-rc.1 The way you get the parameters from a URL/route changed.
@angular/router
3.0.0-rc.1
Based on this documentation yo
this.route.snapshot.paramMap.get('id');