I'm working on a project that's an Angular7 project. We want to load routing values from a json which is requested from an app(SAAS server identity-authorization management). I was digging a lot of place but I couldn't find any example. Can I fill routing values from a json file or a service at runtime?
By the way, if it's not a suitable way for Angular
Thank you...