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 Angular
and keep your config in sync across projectsmrm-task-angular-vscode
Configures:- 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
latest
andnext
versions of Angular in your IDE
- Right click directly in your
angular.json
file 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
prod
mode 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.