Skip to content

Conversation

matux
Copy link
Contributor

@matux matux commented Oct 14, 2025

Description of the change

Important

CI validation of examples has been reactivated

The Angular example was failing to build with the error:

  ✘ [ERROR] An error occurred while extracting routes.
  NG0401

Angular 19.2.x introduced a requirement for server-side bootstrap functions to accept a BootstrapContext parameter when using SSR with prerendering.

Fixed the Angular example by modernizing and fixed the minor version of all angular packages.

@matux matux requested a review from Copilot October 14, 2025 15:55
@matux matux self-assigned this Oct 14, 2025
Copy link
Contributor

@Copilot Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull Request Overview

Fixes the Angular example build failure and re-enables CI example validation by updating Angular packages and fixing server-side bootstrap function compatibility with Angular 19.2.x SSR requirements.

  • Updated Angular example server bootstrap function to accept the required BootstrapContext parameter
  • Upgraded all Angular packages from version 19.0.x to 19.2.x with tilde version constraints
  • Re-enabled CI validation of examples that was previously disabled

Reviewed Changes

Copilot reviewed 3 out of 3 changed files in this pull request and generated 1 comment.

File Description
examples/angular/src/main.server.ts Added BootstrapContext parameter to fix SSR compatibility
examples/angular/package.json Updated Angular packages to version 19.2.x
.github/workflows/ci.yml Re-enabled example validation in CI workflow

Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.

@matux matux merged commit a953283 into master Oct 14, 2025
6 checks passed
@matux matux deleted the matux/fix-examples branch October 14, 2025 16:23
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