angular-plugin-architecture icon indicating copy to clipboard operation
angular-plugin-architecture copied to clipboard

Angular EntryComponent in shared library

Open mczard opened this issue 6 years ago • 0 comments

Hi,

I've created shared library which contains entryComponent. Unfortunatelly when I'll try to use it in dynamically loaded module then I'll receive following exception:

Uncaught (in promise): TypeError: Cannot read property 'componentType' of undefined

Did you see such error? I can mention that when I'm using my library in non-dynamic plugins then everything works fine.

mczard avatar Aug 15 '19 23:08 mczard