Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

upgraded to latest version of angular and material (17.2) #639

Merged
merged 2 commits into from
Feb 19, 2024

Conversation

sei-aschlackman
Copy link
Contributor

@sei-aschlackman sei-aschlackman commented Feb 16, 2024

- 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
@sei-aschlackman sei-aschlackman merged commit 549b210 into development Feb 19, 2024
3 checks passed
@sei-aschlackman sei-aschlackman deleted the angular-17 branch February 19, 2024 14:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants