Here is the link to my page:
http://localhost:4200/#/home/jobmanager/status
Can someone help me figure out how to extract the "status" from the URL as a string in TypeScript (.ts file)?
For example:
this.getJobs("STATUS_HERE");
I need to replace "STATUS_HERE" with the actual status value.