ivy-universal icon indicating copy to clipboard operation
ivy-universal copied to clipboard

Support lazy loaded components from external packages

Open tobi-or-not-tobi opened this issue 5 years ago • 1 comments

Hi @vikerman @alexeagle, this is a super interesting repo. I'm wondering if you're planning to lazy load from external libraries as well? This is one of the things that currently isn't working well, and it would be great if this is on the radar from the start.

What I'd like to see is the ability to create components that are dynamically added to the screen, without necessarily a relation to the router. This is required when (dynamic) CMS content is rendered in an angular app; The cms components aren't known during build time; the standard components would be given by a library; custom components could override standard once; only relevant bundles are loaded.

tobi-or-not-tobi avatar Feb 19 '19 09:02 tobi-or-not-tobi

Eventually yes. We will keep your use case in mind.

vikerman avatar May 29 '19 13:05 vikerman