angular/packages/core/src
Andrew Scott e711f99d81 feat(core): move provideExperimentalCheckNoChangesForDebug to provideCheckNoChangesConfig (#60906)
This commit makes several changes changes to the
`provideExperimentalCheckNoChangesForDebug` API:

* Rename it
* Promote to dev preview
* Apply the exhaustive behavior to _all_ checkNoChanges runs
* Remove `useNgZoneOnStable` option. This wasn't found to be generally
  more useful than `interval`

fixes #45612

BREAKING CHANGE: `provideExperimentalCheckNoChangesForDebug` has several
breaking changes:
* It is renamed to `provideCheckNoChangesConfig`
* The behavior applies to _all_ checkNoChanges runs
* The `useNgZoneOnStable` option is removed. This wasn't found to be generally
  more useful than `interval`

PR Close #60906
2025-04-24 13:04:27 -07:00
..
application refactor(core): Improve NG0600 error message. (#60418) 2025-04-22 16:35:38 +02:00
authoring refactor(core): convert scripts within packages/core/src to relative imports (#60227) 2025-03-25 10:58:00 -07:00
change_detection feat(core): move provideExperimentalCheckNoChangesForDebug to provideCheckNoChangesConfig (#60906) 2025-04-24 13:04:27 -07:00
compiler docs: set syntax highlighting of code examples MD code blocks (#59026) 2024-12-04 17:30:28 +01:00
debug refactor: update license text to point to angular.dev (#57901) 2024-09-24 15:33:00 +02:00
defer refactor(core): produce a message about @defer behavior when HMR is enabled (#60533) 2025-03-28 15:00:32 +00:00
di refactor(core): mark makeEnvironmentProviders as public. (#60956) 2025-04-22 16:27:22 +02:00
hydration feat(core): stabilize incremental hydration api (#60888) 2025-04-16 13:00:44 -04:00
i18n docs: update examples for i18n tokens (#60938) 2025-04-22 11:14:13 +02:00
interface docs: set syntax highlighting of code examples MD code blocks (#59026) 2024-12-04 17:30:28 +01:00
internal refactor(core): account for anonymous classes in internal utility (#58392) 2024-10-28 12:38:03 -07:00
linker fix(core): call DestroyRef on destroy callback if view is destroyed (#58008) 2025-04-02 15:24:48 +00:00
metadata docs: replace EventEmitter with output and self-closing tags in templates (#60910) 2025-04-22 21:42:18 +02:00
platform feat(core): Move zoneless change detection to dev preview (#60748) 2025-04-23 11:47:56 +02:00
reflection docs: set syntax highlighting of code examples MD code blocks (#59026) 2024-12-04 17:30:28 +01:00
render docs: fix all brokens links on the API pages (#59162) 2025-03-04 20:07:23 +00:00
render3 feat(core): move provideExperimentalCheckNoChangesForDebug to provideCheckNoChangesConfig (#60906) 2025-04-24 13:04:27 -07:00
resource refactor(core): rename resource's request to params (#60919) 2025-04-23 19:34:50 +00:00
sanitization refactor(core): move DOM manipulation logic to its own file (#59462) 2025-01-16 10:38:44 -08:00
testability docs: set syntax highlighting of code examples MD code blocks (#59026) 2024-12-04 17:30:28 +01:00
util refactor(core): stop producing ng-reflect attributes by default (#60973) 2025-04-24 10:07:35 -07:00
view refactor: update license text to point to angular.dev (#57901) 2024-09-24 15:33:00 +02:00
zone docs: correct typo in description of runTask method (#59119) 2024-12-13 10:09:40 -08:00
authoring.ts refactor: update license text to point to angular.dev (#57901) 2024-09-24 15:33:00 +02:00
cached_injector_service.ts refactor: add @__PURE__ next to @pureOrBreakMyCode for improved bundler compatibility (#58297) 2024-10-28 12:26:05 -07:00
change_detection.ts refactor: update license text to point to angular.dev (#57901) 2024-09-24 15:33:00 +02:00
console.ts refactor: remove unnecessary TSLint rule flags (#59365) 2025-01-07 16:06:21 +00:00
core.externs.js refactor: update license text to point to angular.dev (#57901) 2024-09-24 15:33:00 +02:00
core.ts feat(core): move provideExperimentalCheckNoChangesForDebug to provideCheckNoChangesConfig (#60906) 2025-04-24 13:04:27 -07:00
core_private_export.ts fix(core): Flush animations when no component has been checked (#58089) 2025-04-09 11:12:54 -07:00
core_reactivity_export.ts refactor: update license text to point to angular.dev (#57901) 2024-09-24 15:33:00 +02:00
core_reactivity_export_internal.ts refactor(core): convert scripts within packages/core/src to relative imports (#60227) 2025-03-25 10:58:00 -07:00
core_render3_private_export.ts refactor(core): introduce domProperty instruction (#60608) 2025-03-31 13:15:19 +00:00
di.ts refactor: update license text to point to angular.dev (#57901) 2024-09-24 15:33:00 +02:00
document.ts feat(core): move DOCUMENT token into core (#60663) 2025-04-01 12:48:06 +00:00
error_details_base_url.ts docs: change xss doc url to angular new documentation (#59915) 2025-03-11 12:57:48 -07:00
error_handler.ts fix(core): do not run change detection on global error events (#60944) 2025-04-23 15:17:28 +02:00
errors.ts refactor(core): drop component factory error in production (#60601) 2025-04-01 13:12:34 +00:00
event_delegation_utils.ts refactor(core): convert scripts within packages/core/src to relative imports (#60227) 2025-03-25 10:58:00 -07:00
event_emitter.ts refactor(core): convert scripts within packages/core/src to relative imports (#60227) 2025-03-25 10:58:00 -07:00
image_performance_warning.ts refactor(core): drop platform check in ImagePerformanceWarning (#59809) 2025-02-20 12:32:22 -05:00
linker.ts refactor: update license text to point to angular.dev (#57901) 2024-09-24 15:33:00 +02:00
metadata.ts refactor: update license text to point to angular.dev (#57901) 2024-09-24 15:33:00 +02:00
ng_reflect.ts refactor(core): stop producing ng-reflect attributes by default (#60973) 2025-04-24 10:07:35 -07:00
pending_tasks.ts feat(core): Stabilize PendingTasks Injectable (#60716) 2025-04-03 10:11:15 -07:00
profiler.ts refactor(platform-server): Add an ssr benchmark setup. (#57647) 2024-10-04 10:45:22 -07:00
r3_symbols.ts refactor: update license text to point to angular.dev (#57901) 2024-09-24 15:33:00 +02:00
render.ts feat(core): add event listener options to renderer (#59092) 2024-12-10 13:39:47 -08:00
transfer_state.ts refactor(core): replace PLATFORM_ID in initTransferState (#60299) 2025-03-10 13:49:23 -07:00
version.ts refactor: update license text to point to angular.dev (#57901) 2024-09-24 15:33:00 +02:00
zone.ts refactor: update license text to point to angular.dev (#57901) 2024-09-24 15:33:00 +02:00