Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Conversation

JeanMeche
Copy link
Member

This migration moves the zone configuration from bootstrapModule/bootstrapApplication to providers. This also include a migration for TestBed.initTestEnvironment

WIP

@angular-robot angular-robot bot added detected: feature PR contains a feature commit area: core Issues related to the framework runtime labels Aug 7, 2025
@ngbot ngbot bot added this to the Backlog milestone Aug 7, 2025
@JeanMeche JeanMeche force-pushed the bootstrap-option-migration branch from 90bc0e6 to 33c9d17 Compare August 7, 2025 01:37
@JeanMeche JeanMeche requested a review from atscott August 7, 2025 01:38
@JeanMeche JeanMeche force-pushed the bootstrap-option-migration branch 18 times, most recently from 2460337 to 0a396b7 Compare August 12, 2025 13:23
@JeanMeche JeanMeche force-pushed the bootstrap-option-migration branch 6 times, most recently from 4181cbd to c7000a1 Compare August 14, 2025 00:00
@JeanMeche JeanMeche force-pushed the bootstrap-option-migration branch from 8a5efe7 to 59da345 Compare August 28, 2025 21:06
@JeanMeche JeanMeche force-pushed the bootstrap-option-migration branch from 59da345 to e75eb74 Compare August 28, 2025 21:18
@JeanMeche JeanMeche marked this pull request as ready for review August 29, 2025 02:07
@atscott atscott added the target: major This PR is targeted for the next major release label Aug 29, 2025
@JeanMeche JeanMeche force-pushed the bootstrap-option-migration branch from 12163c9 to fa13492 Compare September 4, 2025 08:44
@JeanMeche JeanMeche force-pushed the bootstrap-option-migration branch from 1c8a29c to d34f38f Compare September 11, 2025 22:59
const ZONE_CD_PROVIDER = `${PROVIDE_ZONE_CHANGE_DETECTION}()`;

const NoopNgZone = `
// TODO ADD WARNING MESSAGE
Copy link
Member Author

Choose a reason for hiding this comment

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

cc @AndrewKushnir @jelbourn
You wanted to suggest a specifc error message here

@JeanMeche JeanMeche force-pushed the bootstrap-option-migration branch from 13dd074 to 8e76ca4 Compare September 16, 2025 18:30
This commit adds a migration that updates applications enable Zone change detection when Angular is zoneless by default.
@JeanMeche
Copy link
Member Author

JeanMeche commented Sep 16, 2025

Marking this one as blocked, until the runtime changes have landed.

@atscott
Copy link
Contributor

atscott commented Sep 16, 2025

@JeanMeche Removing the blocked label since this migration can go in first, as long as the other one does eventually land for v21

@thePunderWoman thePunderWoman added the action: merge The PR is ready for merge by the caretaker label Sep 16, 2025
@thePunderWoman
Copy link
Contributor

This PR was merged into the repository. The changes were merged into the following branches:

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 detected: feature PR contains a feature commit target: major This PR is targeted for the next major release
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants