angular-material icon indicating copy to clipboard operation
angular-material copied to clipboard

FormioModule, MatFormioModule Lazy Loading Conflict

Open sezerkorkmaz opened this issue 3 years ago • 2 comments

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

sezerkorkmaz avatar Jun 25 '21 12:06 sezerkorkmaz

Is there anyway to fix this problem currently?

smartsense-as avatar Nov 18 '21 21:11 smartsense-as

Is there anyway to fix this problem currently?

t4professor avatar Mar 16 '23 06:03 t4professor