angular/packages/core/src/util
Andrew Kushnir c2987d8402 refactor(core): stop producing ng-reflect attributes by default (#60973)
BREAKING CHANGE:

This commit deprecates `ng-reflect-*` attributes and updates the runtime to stop producing them by default. Please refactor application and test code to avoid relying on `ng-reflect-*` attributes.

To enable a more seamless upgrade to v20, we've added the `provideNgReflectAttributes()` function (can be imported from the `@angular/core` package), which enables the mode in which Angular would be producing those attribites (in dev mode only). You can add the `provideNgReflectAttributes()` function to the list of providers within the bootstrap call.

PR Close #60973
2025-04-24 10:07:35 -07:00
..
security refactor: update license text to point to angular.dev (#57901) 2024-09-24 15:33:00 +02:00
array_utils.ts refactor: update license text to point to angular.dev (#57901) 2024-09-24 15:33:00 +02:00
assert.ts refactor(core): convert scripts within packages/core/src to relative imports (#60227) 2025-03-25 10:58:00 -07:00
BUILD.bazel fix(core): untrack various core operations (#54614) 2024-02-29 11:38:54 +01:00
callback_scheduler.ts refactor: update license text to point to angular.dev (#57901) 2024-09-24 15:33:00 +02:00
char_code.ts refactor: update license text to point to angular.dev (#57901) 2024-09-24 15:33:00 +02:00
closure.ts refactor: update license text to point to angular.dev (#57901) 2024-09-24 15:33:00 +02:00
coercion.ts docs: set syntax highlighting of code examples MD code blocks (#59026) 2024-12-04 17:30:28 +01:00
comparison.ts refactor: update license text to point to angular.dev (#57901) 2024-09-24 15:33:00 +02:00
decorators.ts docs: set syntax highlighting of code examples MD code blocks (#59026) 2024-12-04 17:30:28 +01:00
dom.ts docs: set syntax highlighting of code examples MD code blocks (#59026) 2024-12-04 17:30:28 +01:00
empty.ts refactor: update license text to point to angular.dev (#57901) 2024-09-24 15:33:00 +02:00
global.ts refactor: update license text to point to angular.dev (#57901) 2024-09-24 15:33:00 +02:00
is_dev_mode.ts docs(docs-infra): Improve support for @link within the jsdoc. (#60201) 2025-03-04 17:13:42 +00:00
iterable.ts refactor: update license text to point to angular.dev (#57901) 2024-09-24 15:33:00 +02:00
lang.ts refactor: update license text to point to angular.dev (#57901) 2024-09-24 15:33:00 +02:00
ng_dev_mode.ts refactor(core): drop unused ngDevMode metrics (#60686) 2025-04-02 14:17:10 +00:00
ng_hmr_mode.ts refactor(core): produce a message about @defer behavior when HMR is enabled (#60533) 2025-03-28 15:00:32 +00:00
ng_i18n_closure_mode.ts refactor: remove unnecessary TSLint rule flags (#59365) 2025-01-07 16:06:21 +00:00
ng_jit_mode.ts refactor: update license text to point to angular.dev (#57901) 2024-09-24 15:33:00 +02:00
ng_server_mode.ts refactor(core): introduce ngServerMode as global (#58386) 2024-10-30 10:13:28 -07:00
noop.ts refactor: update license text to point to angular.dev (#57901) 2024-09-24 15:33:00 +02:00
performance.ts refactor: update license text to point to angular.dev (#57901) 2024-09-24 15:33:00 +02:00
promise_with_resolvers.ts fix(core): Prevents race condition of cleanup for incremental hydration (#58722) 2024-11-21 21:39:37 +00:00
property.ts refactor(core): drop component factory error in production (#60601) 2025-04-01 13:12:34 +00:00
stringify.ts refactor(core): improve stringify (#59745) 2025-02-19 15:21:36 +00:00