angular
angular copied to clipboard
[Custom Components] support for multiple lazy loaded modules
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?