Open sharanainapurapu opened 6 years ago
I am getting the same errors
Was having the same issue, worked after installing a few more dependencies:
yarn add @angular/flex-layout
yarn add @angular/material
yarn add @angular/cdk
Does this solve the issue for you?
I tried
npm install angular2-json-schema-form
and thenimport { JsonSchemaFormModule } from 'angular2-json-schema-form';
copied basic use example in read meand put this thing in component
I end up in tons of error, please find it below:
Followed by
Can you please help on this?