Skip to content

Conversation

@SkyZeroZx
Copy link
Contributor

@SkyZeroZx SkyZeroZx commented Dec 18, 2025

…odulehandling andViewContainerRef` errors

Adds new tree-shakeable runtime error codes to improve error reporting for NgModule resolution issues (duplicate or missing IDs) and invalid ViewContainerRef operations involving destroyed views.

PR Checklist

Please check if your PR fulfills the following requirements:

PR Type

What kind of change does this PR introduce?

  • Bugfix
  • Feature
  • Code style update (formatting, local variables)
  • Refactoring (no functional changes, no api changes)
  • Build related changes
  • CI related changes
  • Documentation content changes
  • angular.dev application / infrastructure changes
  • Other... Please describe:

What is the current behavior?

Issue Number: N/A

What is the new behavior?

Does this PR introduce a breaking change?

  • Yes
  • No

Other information

…odule` handling and `ViewContainerRef` errors

Adds new tree-shakeable runtime error codes to improve error reporting for
NgModule resolution issues (duplicate or missing IDs) and invalid ViewContainerRef
operations involving destroyed views.
@pullapprove pullapprove bot requested a review from crisbeto December 18, 2025 17:52
@angular-robot angular-robot bot added the area: core Issues related to the framework runtime label Dec 18, 2025
@ngbot ngbot bot added this to the Backlog milestone Dec 18, 2025
NO_COMPONENT_FACTORY_FOUND = 917,
EXTERNAL_RESOURCE_LOADING_FAILED = 918,
DEF_TYPE_UNDEFINED = -919,
NG_MODULE_ID_NOT_FOUND = 923,
Copy link
Contributor Author

Choose a reason for hiding this comment

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

Use code 923 since 922 will already be taken once PR #66015 is merged.

@JeanMeche JeanMeche added the memory leak Issue related to a memory leak label Dec 18, 2025
@pullapprove pullapprove bot requested a review from devversion December 18, 2025 23:40
@JeanMeche JeanMeche added action: merge The PR is ready for merge by the caretaker target: patch This PR is targeted for the next patch release and removed memory leak Issue related to a memory leak labels Dec 18, 2025
Copy link
Member

@JeanMeche JeanMeche left a comment

Choose a reason for hiding this comment

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

reviewed-for: public-api

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

action: merge The PR is ready for merge by the caretaker area: core Issues related to the framework runtime target: patch This PR is targeted for the next patch release

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants