ngx-quicklink
Briefly

Quicklink is designed to enhance navigation speed in Angular applications by prefetching lazy-loaded modules associated with visible links, utilizing strategies like Intersection Observer.
By detecting routerLinks in the viewport, waiting for idle time, and checking network conditions, Quicklink intelligently preloads modules to improve the user experience.
To implement Quicklink, one must install it with npm, configure the router with the QuicklinkStrategy, and ensure that QuicklinkModule is properly imported.
Troubleshooting Quicklink often points to missing imports of QuicklinkModule which prevents the necessary LinkDirective from hooking into router links for preloading.
Read at npm
[
|
]