-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
upgraded to latest version of angular and material (17.2)
- Migrated to new control flow syntax - https://blog.angular.io/introducing-angular-v17-4d7033312e4b - ng generate @angular/core:control-flow - Migrated to standalone components - https://angular.io/guide/standalone-migration - ng generate @angular/core:standalone - Removed deprecated flex-layout package - Replaced with bootstrap flex utilities - Migrated to material mdc components - https://material.angular.io/guide/mdc-migration - ng generate @angular/material:mdc-migration - Switched to new esbuild application builder over webpack - https://angular.io/guide/esbuild - ng update @angular/cli --name use-application-builder - Updated all packages - Cleaned up uneccessary files and applied best practices where applicable - Migrated to lazy-loaded routing - Applied prettier to all files - Updated .prettierc for angular control flow
- Loading branch information
1 parent
6be409b
commit 5042a72
Showing
79 changed files
with
24,789 additions
and
18,291 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,6 @@ | ||
tabWidth: 2 | ||
singleQuote: true | ||
overrides: | ||
- files: '*.html' | ||
options: | ||
parser: 'angular' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.