DEV Community

Discussion on: Lazy Loading in Angular 8

Collapse
 
nikhildev profile image
Nikhil Dev

Hi Nishu,

With the pre Angular 8 lazy loading strategy, we could see the artifact being loaded in the Dev tools network tab. So, if the artifact is loaded async now, why doesn't it show up in the dev tools? Or am I not getting something?