I am using Angular 13 and need help with the Activated route. In short, I have 2 x routes:
/form/:id/:settings
/report/:id/:query
Whilst I know how to fetch the params such as :id, I am having trouble working out how to determine which route the url has taken that is report or form. Meaning is there a way to fetch the constants of a url pathway like 'form' or 'report'? I really only need the parent constant.
Thanks for the help.