I a implementing the Formio angular custom component
while implementing the app.component.js I have used the following import, it is giving me the error.
error:-
Cannot find module 'formiojs/full'.
import { FormioForm } from 'formiojs/full';
I a implementing the Formio angular custom component
while implementing the app.component.js I have used the following import, it is giving me the error.
error:-
Cannot find module 'formiojs/full'.
import { FormioForm } from 'formiojs/full';