extreme-angular
extreme-angular copied to clipboard
A very opinionated Angular starter project.
Create a [Github Action for Node](https://docs.github.com/en/actions/automating-builds-and-tests/building-and-testing-nodejs) to do the following: - Install dependencies (npm ci) - Check for eslint errors - Check prettier formatting (using --check) on all relevant project...
First impressions are not everything, but I think they have a lasting impact. I would very much appreciate a "designer's touch" for the [app.component.html](https://github.com/joematthews/extreme-angular/blob/main/src/app/app.component.html). 🙏 Maybe the new page shows...
There may be a way install extreme-angular configurations using an [Angular Schematic](https://angular.io/guide/schematics) which is currently out of scope of my day-to-day work so I have not needed to learn it...
I think [commitizen](https://commitizen-tools.github.io/commitizen/) is great for individuals and teams that want to acquaint themselves with [convention commits](https://www.conventionalcommits.org/). In exteme-angular you can omit the message of a commit (`git commit`) and...
Need to: - Review change log for Angular 18 https://github.com/angular/angular/blob/main/CHANGELOG.md#1800-2024-05-22 - Review documentation on https://angular.dev - Assess changes needed for extreme-angular configuration and documentation Blockers: - angular-eslint still targets version...
I am thinking about including a markdown tutorial of how to add the schematics, packages, and configs to an existing Angular project. - cross link to existing configuration files to...
Incorporate [html-eslint](https://github.com/yeonjuan/html-eslint) without conflicting with [rules from @angular-eslint/template](https://github.com/angular-eslint/angular-eslint/blob/main/packages/eslint-plugin-template/README.md)
Hi Joe, hope you are well. Picking up a new Angular project and noticed Angular 21 just came out, decided to try updating to 21. Obviously no pressure to land...