angular-material
angular-material copied to clipboard
FormioModule, MatFormioModule Lazy Loading Conflict
When we import FormioModule and MatFormioModule to same module, form-builder components doesnt work properly.
When we import FormioModule to A module, and MatFormioModule to B module. And we lazy load A module, form-builder component works properly. After we load B module, it works properly too. After lazy loaded B module , when we go to 'form-builder' component's page again, it doesnt render. First time everything ok. But second time it doesnt work.
Can we destroy "MatFormioModule" dynamically when we before open the "FormioModule" or another solution? @travist
Is there anyway to fix this problem currently?
Is there anyway to fix this problem currently?