manfredsteyer / module-federation-with-angular-dynamic-workflow-designer

Example for building a plugin-based workflow designer with Angular and Dynamic Module Federation

Repository from Github https://github.commanfredsteyer/module-federation-with-angular-dynamic-workflow-designerRepository from Github https://github.commanfredsteyer/module-federation-with-angular-dynamic-workflow-designer

Cannot read property 'bindingStartIndex' of null, when workflow array contains some plugins at component start

adamniestoj opened this issue · comments

Hello

I have a problem, when I want to assign array of plugins to the workflow array in the AppComponent.

Scenario:
Currently workflow array is empty, when component is initalized, let say I want to show some components at the initalization of AppComponent. I have assigned array of three components to the workflow array, and I get an error Cannot read property 'bindingStartIndex' of null .

Workflow array:
image

Error:
image

Setup:
Current version of repo, yarn install without any modifications.

Having the same issue. @adamniestoj were you able to resolve it.

I`m too get this exception. @sumitarora you solved it?

I was getting the same issue... this issue doesn't come when shell project also uses Web Pack fedration setup