I would like to know for multi tenant purpose what is the way to set path like localhost:4200\#\company\auth\login or localhost:4200\company\auth\login , where company is a any string parameter and when entering the login page take the company name to go to find the id from the backend or go to some any 404 page when the company is not set on the url or it isn't exists.
Thank you very much!!