Fix common angular's errors by calling to ng-error-fixer CLI on vscode
As soon vscode diagnostics API send to ng-error-fixer cli the error. It will fix the following errors
npm install -g ng-error-fixer
npm install -D unknown-html-schematics
This extension contributes the following settings:
ng-error-fixer.background
: Run autofix mode of ng-error-fixer cli
Check Changelog file
- Fork and clone this repo
cd ng-error-fixer-vscode
npm install
- Add feature/fix
npm run test
- If all is ok. Send a PR!
Luis Reinoso 2021 MIT license