angular-plugin-architecture
angular-plugin-architecture copied to clipboard
Angular EntryComponent in shared library
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.