Angular Material extended components based on jsondiffpatch.
npm install nmce-json-diffng generate component component-name --project nmce-json-diff to generate a new component. You can also use ng generate directive|pipe|service|class|guard|interface|enum|module --project nmce-json-diff.
--project nmce-json-diff or else it will be added to the default project in your angular.json file.
ng build nmce-json-diff to build the project. The build artifacts will be stored in the dist/ directory.
ng build nmce-json-diff, go to the dist folder cd dist/nmce-json-diff and run npm publish.
ng help or go check out the Angular CLI Overview and Command Reference page.