angular/packages/core/src/render3/instructions
SkyZeroZx 1df564b9f9 refactor(core): remove index from text node creation
Removes unnecessary `index` parameter from `_locateOrCreateTextNode`
and `locateOrCreateTextNodeImpl` functions.
2026-01-26 22:22:56 +00:00
..
advance.ts refactor: update license text to point to angular.dev (#57901) 2024-09-24 15:33:00 +02:00
all.ts refactor(compiler): rework arrow function storage 2026-01-09 10:35:37 -08:00
animation.ts fix(core): avoid leaking view data in animations 2026-01-07 12:39:00 -05:00
aria_property.ts fix(core): do not rename ARIA property bindings to attributes (#63925) 2025-09-19 14:50:39 +00:00
arrow_function.ts refactor(compiler): rework arrow function storage 2026-01-09 10:35:37 -08:00
attach_source_locations.ts refactor(core): add runtime logic for attaching source locations (#58982) 2024-12-05 16:09:55 -08:00
attribute.ts refactor(core): handle NO_CHANGE in bindingUpdated (#61557) 2025-05-21 15:13:47 +00:00
change_detection.ts fix(core): notify profiler events in case of errors 2025-11-20 12:29:59 -05:00
component_instance.ts refactor: update license text to point to angular.dev (#57901) 2024-09-24 15:33:00 +02:00
control.ts feat(forms): introduce parse errors in signal forms 2026-01-22 22:19:10 +00:00
control_flow.ts fix(core): avoid leaking view data in animations 2026-01-07 12:39:00 -05:00
di.ts refactor(core): replace internal usages of InjectFlags (#60318) 2025-03-11 11:33:09 -07:00
di_attr.ts refactor: update license text to point to angular.dev (#57901) 2024-09-24 15:33:00 +02:00
dom_property.ts refactor(core): introduce domProperty instruction (#60608) 2025-03-31 13:15:19 +00:00
element.ts refactor(core): properly handle local references in DOM-only instructions (#62096) 2025-06-23 14:24:09 +02:00
element_container.ts refactor(core): properly handle local references in DOM-only instructions (#62096) 2025-06-23 14:24:09 +02:00
element_validation.ts refactor(common): Removes unused imports to clean up dependencies 2025-11-06 08:35:28 -08:00
get_current_view.ts refactor: update license text to point to angular.dev (#57901) 2024-09-24 15:33:00 +02:00
i18n.ts refactor: update license text to point to angular.dev (#57901) 2024-09-24 15:33:00 +02:00
interpolation.ts refactor(common): Removes unused imports to clean up dependencies 2025-11-06 08:35:28 -08:00
let_declaration.ts refactor: add mark for signal forms 2025-11-25 13:03:43 -05:00
listener.ts refactor(core): add DOM-only listener instruction (#61718) 2025-05-30 09:53:37 -04:00
mark_view_dirty.ts refactor: update license text to point to angular.dev (#57901) 2024-09-24 15:33:00 +02:00
namespace.ts refactor: update license text to point to angular.dev (#57901) 2024-09-24 15:33:00 +02:00
next_context.ts refactor: update license text to point to angular.dev (#57901) 2024-09-24 15:33:00 +02:00
projection.ts refactor(core): split directive logic away from common template code (#61718) 2025-05-30 09:53:37 -04:00
property.ts refactor(core): separate out DOM logic from property (#60608) 2025-03-31 13:15:19 +00:00
queries.ts perf(compiler): chain query creation instructions 2025-12-09 09:24:36 -08:00
queries_signals.ts perf(compiler): chain query creation instructions 2025-12-09 09:24:36 -08:00
render.ts fix(core): notify profiler events in case of errors 2025-11-20 12:29:59 -05:00
shared.ts refactor(core): export profile event as enum and move profile_types.ts and framework to shared devtools folder 2025-11-19 15:22:49 -08:00
storage.ts refactor(common): Removes unused imports to clean up dependencies 2025-11-06 08:35:28 -08:00
styling.ts fix(core): handle Set in class bindings 2026-01-15 13:39:59 -08:00
template.ts refactor(core): properly handle local references in DOM-only instructions (#62096) 2025-06-23 14:24:09 +02:00
text.ts refactor(core): remove index from text node creation 2026-01-26 22:22:56 +00:00
text_interpolation.ts refactor(compiler): remove empty empty string suffix from interpolation instructions (#60066) 2025-03-10 16:31:34 -07:00
two_way.ts refactor(core): expose isWritableSignal to the publicApi 2025-10-29 20:31:41 +00:00
value_interpolation.ts refactor(core): simplify single interpolations (#61639) 2025-05-26 09:21:23 +00:00
write_to_directive_input.ts refactor(core): convert scripts within packages/core/src to relative imports (#60227) 2025-03-25 10:58:00 -07:00