Query-string read
How can I read query string in angular js in the easiest way?
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Faisal PathanPosted Jul 3, 2019, 3:40 AM
var paramValue = url.searchParams.get("Your paramter name");
Irshad ShaikhPosted Jul 3, 2019, 3:42 AM