Cannot find module 'formiojs/full'

Viewed 149

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';

0 Answers
Related