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

feat: update project to Angular 17 #1383

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

michaelfaith
Copy link
Contributor

The primary focus for this change is to update the project to Angular 17, verify functionality, and update documentation to reflect compatibility.

In addition to this primary goal, I also did the following quality of life updates:

  • updated to latest prettier and converted config to esm (new prettier rules (namely dangling comma on function params) resulted in a lot of reformatting)
  • updated a handful of other libraries to newer minor versions
  • updated @types/node to the latest v18 version
  • moved to new control flow syntax in sample apps
  • moved to new esbuild application builder
  • Increased minimum supported Angular version to 15, since v14 is end of life

Closes #1379

The primary focus for this change is to update the project to Angular 17, verify functionality,
and update documentation to reflect compatibility.

In addition to this primary goal, I also did the following quality of life updates:
- updated to latest prettier and converted config to esm
- updated a handful of other libraries to newer minor versions
- updated @types/node to the latest v18 version
- moved to new control flow syntax
- moved to new esbuild application builder
- Increased minimum supported Angular version to 15, since v14 is end of life
@ev45ive
Copy link

ev45ive commented Apr 24, 2024

Maybe SSR support since angular 17 made it default? Or at least noop support? #1408

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.

feat: upgrade project to Angular 17
2 participants