TradeMe / ng-defer-load

MIT License
127 stars 36 forks source link

Seems not support Angular 8 #30

Closed PirunSeng closed 5 years ago

PirunSeng commented 5 years ago

Thanks for this nice module. I've tried with Angular 7 and it works perfectly fine. Yet, I've just upgraded my Angular app to v8, and found out that the defer load kind of stop working. I'm not sure if this is caused by the lazy loading modules introduced in Angular 8.

Angular: 8.1 ng-defer-load: "^3.0.1"

PirunSeng commented 5 years ago

Update! I've tried creating a fresh new app with version 8, and this module works fine. The issue of my upgraded app might be related to something else exists in the app itself.