..
application
fix(core): preserve tracing snapshot until tick finishes ( #59796 )
2025-02-05 09:00:49 -08:00
authoring
refactor(core): move logic out of shared instructions code ( #59453 )
2025-01-15 12:20:27 -08:00
change_detection
docs: set syntax highlighting to the remaining Markdown code examples blocks ( #59088 )
2025-01-14 15:14:02 -05: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): add profiler calls for tne newly introduced events ( #59233 )
2025-01-14 12:35:21 -05:00
di
Revert "refactor(core): remove unused injection props ( #59209 )" ( #59386 )
2025-01-06 21:35:58 +00:00
hydration
fix(core): check whether application is destroyed before printing hydration stats ( #59716 )
2025-01-29 08:43:34 -08:00
i18n
docs: set syntax highlighting of code examples MD code blocks ( #59026 )
2024-12-04 17:30:28 +01: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
refactor(core): move DOM manipulation logic to its own file ( #59462 )
2025-01-16 10:38:44 -08:00
metadata
docs: set syntax highlighting to the remaining Markdown code examples blocks ( #59088 )
2025-01-14 15:14:02 -05:00
platform
refactor(core): move callAndReportToErrorHandler to bootstrap file ( #59793 )
2025-02-03 13:54:40 -08:00
reflection
docs: set syntax highlighting of code examples MD code blocks ( #59026 )
2024-12-04 17:30:28 +01:00
render
feat(core): add event listener options to renderer ( #59092 )
2024-12-10 13:39:47 -08:00
render3
refactor(core): minor code cleanups ( #59843 )
2025-02-05 08:56:28 -08:00
resource
fix(core): cancel in-progress request when same value is assigned ( #59280 )
2025-01-29 08:40:11 -08: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: remove unnecessary TSLint rule flags ( #59365 )
2025-01-07 16:06:21 +00: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
refactor(core): add REQUEST, RESPONSE_INIT and REQUEST_CONTEXT tokens ( #58669 )
2024-11-14 14:21:21 -08:00
core_private_export.ts
refactor(core): add ENABLE_ROOT_COMPONENT_BOOTSTRAP token ( #59133 )
2024-12-16 10:28:16 -08: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
feat(core): introduce the reactive linkedSignal ( #58189 )
2024-10-18 08:12:51 +00:00
core_render3_private_export.ts
refactor(core): remove unused LifecycleHooksFeature ( #59678 )
2025-01-27 13:15:21 +01:00
di.ts
refactor: update license text to point to angular.dev ( #57901 )
2024-09-24 15:33:00 +02:00
error_details_base_url.ts
refactor: update license text to point to angular.dev ( #57901 )
2024-09-24 15:33:00 +02:00
error_handler.ts
docs: set syntax highlighting of code examples MD code blocks ( #59026 )
2024-12-04 17:30:28 +01:00
errors.ts
docs: Add NG0750 to errors list ( #59265 )
2025-01-06 16:13:36 +00:00
event_delegation_utils.ts
test(core): add incremental hydration tests ( #58601 )
2024-11-12 14:49:06 +00:00
event_emitter.ts
refactor: remove unnecessary TSLint rule flags ( #59365 )
2025-01-07 16:06:21 +00:00
image_performance_warning.ts
fix(common): prevent warning about oversize image twice ( #58021 )
2024-10-02 11:46:17 +00: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
pending_tasks.ts
docs: set syntax highlighting to the remaining Markdown code examples blocks ( #59088 )
2025-01-14 15:14:02 -05: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
docs: set syntax highlighting of code examples MD code blocks ( #59026 )
2024-12-04 17:30:28 +01: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