Diego Montoya

Results 1 issues of Diego Montoya

Hello, I think it can work like [ngx-quicklink](https://www.npmjs.com/package/ngx-quicklink) does using [Intersection Observer](https://github.com/mgechev/ngx-quicklink/blob/0fe4a8d9b8a1f02c31fbef8c410b01a21ef66f51/projects/ngx-quicklink/src/lib/link-handler.service.ts#L37-L38) and [requestIdleCallback](https://github.com/mgechev/ngx-quicklink/blob/0fe4a8d9b8a1f02c31fbef8c410b01a21ef66f51/projects/ngx-quicklink/src/lib/link-handler.service.ts#L21-L35) taking advantage of browser idle optimizing module download but now modeled to component download. I recommend...