#deferred component displays placeholder on route change
8 messages · Page 1 of 1 (latest)
How do you change the route? Do you click a link that uses the routerLink directive, or do you do something else?
yeah i've got an a tag with routerLink directive
And are you clicking on it to change the route? Can you provide a repro on stackblitz?
here are my routes. when i'm on home page and click something to navigate for example on route /upload which doesn't exist, it takes me to NotFoundComponent and in the navbar i can see the loading spinner displayed on route change. i've tried directly loading NotFoundComponent without lazy loading it and it resulted in the same thing
We can't open this repository
Provide a minimal reproduction that we can access