Skip to content

Feat/angular 19#207

Merged
timowolf merged 1 commit intomasterfrom
feat/angular-19
Apr 17, 2025
Merged

Feat/angular 19#207
timowolf merged 1 commit intomasterfrom
feat/angular-19

Conversation

@fh1ch
Copy link
Copy Markdown
Member

@fh1ch fh1ch commented Mar 27, 2025

What kind of change does this PR introduce? (check one with "x")

  • Bugfix
  • Feature
  • Code style update (formatting, local variables)
  • Refactoring (no functional changes, no api changes)
  • Build related changes
  • CI related changes
  • Other... Please describe:

What is the current behavior? (You can also link to an open issue here)

The project uses Angular in version 18.

What is the new behavior?

The project uses Angular in version 19.

Does this PR introduce a breaking change? (check one with "x")

  • Yes
  • No

If this PR contains a breaking change, please describe the impact and migration path for existing applications: The consuming application needs to use at least Angular version 19 or higher.

Other information:

The migration was done using Angular's upgrade guide, particularly with ng update @angular/core@19 @angular/cli@19 @angular/cdk@19.

@fh1ch fh1ch added the enhancement New feature or request label Mar 27, 2025
@fh1ch fh1ch force-pushed the feat/angular-19 branch from b001477 to c2f3f21 Compare March 27, 2025 14:54
@fh1ch
Copy link
Copy Markdown
Member Author

fh1ch commented Mar 27, 2025

This MR would be pretty small, but we had to revert all the standalone: true that were introduced by #197, since Angular 19 changed the default.

@timowolf timowolf self-assigned this Mar 27, 2025
Automatically done with: `ng update @angular/core@19 @angular/cli@19 @angular/cdk@19`.

BREAKING CHANGE: Angular v19 or higher is required.
@fh1ch fh1ch force-pushed the feat/angular-19 branch from c2f3f21 to 8d3bf5c Compare April 16, 2025 07:10
@fh1ch fh1ch marked this pull request as ready for review April 16, 2025 07:14
Copy link
Copy Markdown
Member

@timowolf timowolf left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Works like a charm. Many thanks.

@timowolf timowolf merged commit e1093f2 into master Apr 17, 2025
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants