I've recently started working with Angular and I'm currently developing a web app project using Angular 9. I could really use your help with this.
My goal is to have a dynamic URL structure for the web app, such as https://www.myMainURL.com/***
, where ***
represents a 3-character alphanumeric code.
For example, when a user enters https://www.myMainURL.com/A14
in their browser, I want them to be redirected to the main page https://www.myMainURL.com
, with A14
being captured as the value of an input element in my web app.
I came across some helpful resource materials, but I'm struggling with how to implement this on the landing page of my Angular 9 project.
Any suggestions you can provide would be greatly appreciated.
Thank you in advance for your assistance.