widness
3/27/2018 - 1:52 PM

route get ID

this.activeRoute.params.subscribe(params => {
    console.log(params['id']);
 });