mohammedzamakhan / ngx-loadable

⏳ Simple Lazy Loading for Non Routable Angular Modules

Home Page:https://mohammedzamakhan.github.io/ngx-loadable/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Lazy load third party modules

notarnet opened this issue · comments

Hi,
Is there a way to use this library to lazy load a third party module coming from npm?
An example can be ngx-quill that is a wrapper of the famous quill editor.
How can I lazy load the quill editor component declared in Quill module? (that coming from a library?)

I would like to know something similar to what @notarnet asked - I do have 2 libraries packaged with ng-packagr and available via CDN only - they are in a different repository, separate from the main app and the main app doesn't know much about them (except for a bit)