I am creating dynamic form builder using angular version 12.
I am using Angular-Formio to create dynamic builder. I have installed the package and follow the steps given in the documentation.
I have installed package with this command:-
npm install --save angular-formio
Imported into app module ts
import { FormioModule } from 'angular-formio';
then in import part, I am getting this error.
I don't know why I am getting this error and which package is better to create dynamic form builder(Drag and drop) using angular 12