http://localhost:4200/productList?cityName=Armoor&organization=All
1.get cityname and organizaionname
this.activatedRoute.queryParams.subscribe(params => {
let date = params['cityName'];
let org = params['organization'];
console.log(date); // Print the parameter to the console.
});
No comments:
Post a Comment