Keep your project's version of Angular and related packages evergreen, keep your settings in sync, and upgrade your Angular CLI projects with ease.
Angular Evergreen makes it easier to configure, update, and test your Angular CLI projects.
-
Configure your Angular project for VS Code settings
-
Run
Configure VS Code for Angularand keep your config in sync across projectsmrm-task-angular-vscodeConfigures:- common Npm packages: cross-conf-env, npm-run-all, dev-norms, rimraf
- Npm scripts for styling, and linting
- ImportSort
- TsLint
- Prettier
- JsBeautify
- Jasmine and nyc
- Example.env
- PR template
- Angular libraries: angular-unit-test-helper
- VsCode extensions, settings, and launch for debugging
-
-
Keep Angular Evergreen
- See the
latestandnextversions of Angular in your IDE
- Right click directly in your
angular.jsonfile to see which packages need to be updated
- See the
-
Run Post-Update Checkup
- With one-click, run your unit tests, and build your Angular project in
prodmode to ensure that your update went smoothly
- With one-click, run your unit tests, and build your Angular project in
- Support for multi-root projects and non-standard folder structures
Contributions, issues and feature requests are welcome! Feel free to check our contribution guide.
Projects setup with @angular/cli package.
{
"ng-evergreen.upgradeChannel": "Latest" | "Next"
}
See the file named THIRDPARTY for attributions.



