formio / angular

JSON powered forms for Angular
https://formio.github.io/angular-demo
MIT License
634 stars 469 forks source link

[Custom Components] support for multiple lazy loaded modules #921

Open davidyoung77 opened 1 year ago

davidyoung77 commented 1 year ago

When using Angular FormIO and custom components, Each component that uses the custom components must be eagerly loaded on the same module, otherwise you get element already registered errors.

What is the recommended approach for using angular formIO and custom components in multiple lazy loaded routes/modules?

Is there a working example of this?

saravanapriyanm commented 1 year ago

@davidyoung77 did you find a way? we are also looking for a way.

lane-formio commented 2 months ago

Can you provide any additional information or context for more clarity on what you are trying to do?