angular/packages/core/src/render3/instructions
Kristiyan Kostadinov 29e5e045f9 refactor(core): add DOM-only listener instruction (#61718)
Adds the `domListener` instruction which allows us to listen only to DOM events while skipping the directive output logic.

PR Close #61718
2025-05-30 09:53:37 -04:00
..
advance.ts refactor: update license text to point to angular.dev (#57901) 2024-09-24 15:33:00 +02:00
all.ts refactor(core): replace propertyInterpolateX with property (#61639) 2025-05-26 09:21:23 +00: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 feat(core): move provideExperimentalCheckNoChangesForDebug to provideCheckNoChangesConfig (#60906) 2025-04-24 13:04:27 -07:00
component_instance.ts refactor: update license text to point to angular.dev (#57901) 2024-09-24 15:33:00 +02:00
control_flow.ts refactor(core): split directive logic away from common template code (#61718) 2025-05-30 09:53:37 -04: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): add DOM-only element and container instructions (#61718) 2025-05-30 09:53:36 -04:00
element_container.ts refactor(core): add DOM-only element and container instructions (#61718) 2025-05-30 09:53:36 -04:00
element_validation.ts refactor(core): minimize code in the element-like instructions (#61563) 2025-05-21 13:49:31 +00: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(compiler): remove empty empty string suffix from interpolation instructions (#60066) 2025-03-10 16:31:34 -07:00
let_declaration.ts refactor(core): move the data store operation out of instructions (#61425) 2025-05-19 08:24:45 +00: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 refactor(core): move logic out of shared instructions code (#59453) 2025-01-15 12:20:27 -08:00
queries_signals.ts refactor(core): move logic out of shared instructions code (#59453) 2025-01-15 12:20:27 -08:00
render.ts refactor(core): move logic out of shared instructions code (#59453) 2025-01-15 12:20:27 -08:00
shared.ts refactor(core): move directive logic out of shared element code (#61718) 2025-05-30 09:53:36 -04:00
storage.ts refactor(core): move the data store operation out of instructions (#61425) 2025-05-19 08:24:45 +00:00
styling.ts refactor(core): Make unsupported styling type error message clearer (#59563) 2025-03-31 21:31:42 +00:00
template.ts refactor(core): split directive logic away from common template code (#61718) 2025-05-30 09:53:37 -04:00
text.ts refactor(core): consolidate TNode creation checks (#61563) 2025-05-21 13:49:32 +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 fix(core): enable stashing only when withEventReplay() is invoked (#61077) 2025-05-14 10:35:57 -07: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