Angular load routing from REST service before initialization
问题 I am looking into the possibility for Angular 8 to dynamically create the routing from a REST service. This idea is that a user can create pages which should be available for access by routing on the web page. I have seen options to dynamically add routes, however I would like to have the routes loaded before the rest of the app , so that when a user would access: 'website/generatedPage' the routing is in place before the app is fully loaded. How do I make sure the routes from the REST