Rob McKeown
Rob McKeown
I don't think this should be considered low priority or frequency. We are probably all starting to see the shifting of design system component libraries being built using web components...
Another thing worth noting is that creating a lot of directives or wrapper components as @DmitryEfimenko describes just to make the compiler happy introduces a lot of extra code in...
We implemented this same type of thing (we called behaviors) but having to manually implement all the lifecycle methods to call the behaviors' methods manually is cumbersome. Almost every component...
I thought that might be the case and I can kind of understand why that is since you are trying to allow for some of the readme to be hand...
@elorzafe - what is the status of this? Is it just not possible to use this library with Rollup?
For web components, we typically use constructable stylesheets which would add another layer of complexity. Supporting web components would be a huge win though.
@ofirbenezra If you want to load a component from a child app into the shell without routing you can do something like this where you load the module using loadScript...
@alexej-strelzow I would say that if you are using routing in the child app, you probably would be loading the child app with routing in most cases. But it would...
@EvandroApSantos Are you seeing that issue all the time? I get that issue but only when using AOT and the error seems to always be pointing at a factory: ```...
Thanks @alexej-strelzow. I think the missing piece for me was adding the `ngfactory` part to the `exclude` array. With this approach though, all the ngfactories still end up in the...