..because there is no magic
constructor(private _route: ActivatedRoute){ this.id = _route.params.map(param => param.id); }