angular icon indicating copy to clipboard operation
angular copied to clipboard

[Custom Components] support for multiple lazy loaded modules

Open davidyoung77 opened this issue 3 years ago • 2 comments

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?

davidyoung77 avatar Dec 05 '22 14:12 davidyoung77