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

HCL healthcare

 hcl health care f2f second round interview asked more uestions on microservice 1.apim manage all apis in one place 2.sql profiler in one fo...