I know about pre loading strategies, but they only work based on routes. I have a couple of lazy loaded components that I would like to pre-load (but not to have inside the AppModule), using a custom preload strategy.
Is it possible or am I forced to assign these components a route (that should be never used, maybe made unreachable by a guard)?