You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?