i.e import { NgJsonEditorModule } from 'ang-jsoneditor';
now new error comes out.
ERROR in ./node_modules/ang-jsoneditor/fesm5/ang-jsoneditor.js
Module not found: Error: Can't resolve 'jsoneditor' in 'D:\Rakesh_kumar_Singhania\MoneyMarket\UI-Code-Workspave\pricing-platform-ui\node_modules\ang-jsoneditor\fesm5'
i 「wdm」: Failed to compile.
steps to reproduce defect : @manishit56 @mariohmol
run command npm install --save ang-jsoneditor
in app.module.ts i have added below statement as per Readme. import { NgJsonEditorModule } from 'angular-jsoneditor'
but it gives me error so changed entry as per app.module.ts in Demo application
https://github.com/mariohmol/ang-jsoneditor/blob/master/src/app/app.module.ts
i.e import { NgJsonEditorModule } from 'ang-jsoneditor';
now new error comes out.
ERROR in ./node_modules/ang-jsoneditor/fesm5/ang-jsoneditor.js Module not found: Error: Can't resolve 'jsoneditor' in 'D:\Rakesh_kumar_Singhania\MoneyMarket\UI-Code-Workspave\pricing-platform-ui\node_modules\ang-jsoneditor\fesm5' i 「wdm」: Failed to compile.