Lazy load specific route in App

Hey all!

I want to implement Lazy Loading, but the preloadAll strategy doesn’t work for me. I think the reason why is, because I have dynamic routes, which are generated once the user logs in (also if the back office adds an event).

I can access the urls of these routes. Is there a way to lazy load them manually?

I want to cache them, so when the users goes offline he can still access them :slight_smile:

Thanks in advance!

P.S. I am basically looking for a function where I can input a url and it loads/chaches it in the background!