1 min readApr 18, 2019
So the thing is that we import that lib module into our wrapper. That’s enough to lazy load it and display its own routes. (Check included project and demo, it works 😉)
We don’t want the parent app to use stuff from that lib, hence no exports, we only want to use it as a very strongly isolated lazy loaded route!
Cheers!