Monday, 28 June 2021

grab data from query param angular

  


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

Meet BootUI | Scan AI-Generated Code & Find What AI Missed !

 very usefull link to verify ai content https://www.youtube.com/watch?v=pULGt0Rme58 Click