angular pass parameter to route code example
Example: angular pass params
this._Activatedroute.paramMap.subscribe(params => {
this.id = params.get('id');
});
this._Activatedroute.paramMap.subscribe(params => {
this.id = params.get('id');
});