angular/packages/core/src/render3
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
..
after_render refactor(core): drop injection context assertion in production (#61564) 2025-05-21 12:42:10 +00:00
debug refactor(core): expose enableProfiling() on from @angular/core (#61465) 2025-05-19 14:22:34 +00:00
deps_tracker refactor(core): remove USE_RUNTIME_DEPS_TRACKER_FOR_JIT flag. (#61265) 2025-05-13 15:22:18 -07:00
features refactor(core): move more host directive matching logic into feature (#60452) 2025-03-19 19:10:14 +01:00
i18n refactor(core): move i18n logic into its dedicated package (#61425) 2025-05-19 08:24:45 +00:00
instructions refactor(core): add DOM-only listener instruction (#61718) 2025-05-30 09:53:37 -04:00
interfaces fix(core): missing useExisting providers throwing for optional calls (#61137) 2025-05-06 09:12:38 -07:00
jit refactor(core): replace propertyInterpolateX with property (#61639) 2025-05-26 09:21:23 +00:00
queries refactor(core): convert scripts within packages/core/src to relative imports (#60227) 2025-03-25 10:58:00 -07:00
reactivity refactor(core): drop injection context assertion in production (#61564) 2025-05-21 12:42:10 +00:00
styling docs: set syntax highlighting of code examples MD code blocks (#59026) 2024-12-04 17:30:28 +01:00
util feat(devtools): update get signal graph (#61541) 2025-05-22 12:14:53 -07:00
view refactor(core): add DOM-only element and container instructions (#61718) 2025-05-30 09:53:36 -04:00
apply_value_input_field.ts refactor: update license text to point to angular.dev (#57901) 2024-09-24 15:33:00 +02:00
assert.ts refactor(core): consolidate TNode creation checks (#61563) 2025-05-21 13:49:32 +00:00
bindings.ts refactor(core): handle NO_CHANGE in bindingUpdated (#61557) 2025-05-21 15:13:47 +00:00
chained_injector.ts feat(core): remove InjectFlags from public API (#60318) 2025-03-11 11:33:09 -07:00
CODE_GEN_API.md refactor(ivy): Move instructions back to ɵɵ (#30546) 2019-05-20 16:37:47 -07:00
collect_native_nodes.ts refactor: update license text to point to angular.dev (#57901) 2024-09-24 15:33:00 +02:00
component.ts feat(core): add input binding support to dynamically-created components (#60137) 2025-03-03 22:04:49 +00:00
component_ref.ts refactor(core): move directive logic out of shared element code (#61718) 2025-05-30 09:53:36 -04:00
context_discovery.ts refactor(core): prevent duplicating componentOffset checks (#59611) 2025-01-23 14:23:29 -08:00
def_getters.ts refactor(core): tree-shake getDirectiveDef error (#61075) 2025-05-01 08:43:43 -07:00
definition.ts perf(core): avoid intermediate arrays in definition (#61445) 2025-05-19 09:20:07 +00:00
definition_factory.ts refactor: update license text to point to angular.dev (#57901) 2024-09-24 15:33:00 +02:00
di.ts fix(core): missing useExisting providers throwing for optional calls (#61137) 2025-05-06 09:12:38 -07:00
di_setup.ts fix(core): missing useExisting providers throwing for optional calls (#61137) 2025-05-06 09:12:38 -07:00
dom_node_manipulation.ts refactor(core): drop render-related perf counters (#60200) 2025-03-06 10:33:54 -08:00
dynamic_bindings.ts refactor(core): expose Binding for easier use of inputBinding (#61351) 2025-05-21 15:11:47 +00:00
errors.ts refactor(core): remove the standalone feature (#58288) 2024-10-24 16:19:02 -07:00
errors_di.ts refactor(core): inline depPath in throwCyclicDependencyError to be dropped (#60084) 2025-02-26 11:10:36 -05:00
fields.ts refactor: add explicit types for exports relying on inferred call return type (#61312) 2025-05-13 22:45:18 +00:00
global_utils_api.ts feat(core): expose performance data in Chrome DevTools (#60789) 2025-04-14 11:12:55 -04:00
hmr.ts fix(compiler): avoid conflicts between HMR code and local symbols (#61550) 2025-05-21 12:25:25 +00:00
hooks.ts refactor(core): convert scripts within packages/core/src to relative imports (#60227) 2025-03-25 10:58:00 -07:00
index.ts refactor(core): replace propertyInterpolateX with property (#61639) 2025-05-26 09:21:23 +00:00
list_reconciliation.ts refactor: remove unnecessary TSLint rule flags (#59365) 2025-01-07 16:06:21 +00:00
local_compilation.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
namespaces.ts refactor: update license text to point to angular.dev (#57901) 2024-09-24 15:33:00 +02:00
ng_module_ref.ts refactor: remove unnecessary TSLint rule flags (#59365) 2025-01-07 16:06:21 +00:00
node_assert.ts refactor: update license text to point to angular.dev (#57901) 2024-09-24 15:33:00 +02:00
node_manipulation.ts refactor(core): convert scripts within packages/core/src to relative imports (#60227) 2025-03-25 10:58:00 -07:00
node_manipulation_i18n.ts refactor(core): move DOM manipulation logic to its own file (#59462) 2025-01-16 10:38:44 -08:00
node_selector_matcher.ts refactor(core): simplify attributes extraction logic for ComponentRef (#59678) 2025-01-27 13:15:21 +01:00
PERF_NOTES.md docs: update links to use HTTPS as protocol (#39718) 2020-11-20 12:52:16 -08:00
pipe.ts refactor(core): move the data store operation out of instructions (#61425) 2025-05-19 08:24:45 +00:00
profiler.ts refactor(core): allow multiple profilers (#60548) 2025-03-26 20:44:03 -07:00
profiler_types.ts feat(core): emit template function for template related profiler hooks (#60174) 2025-03-03 22:03:44 +00:00
pure_function.ts refactor: update license text to point to angular.dev (#57901) 2024-09-24 15:33:00 +02:00
reactive_lview_consumer.ts refactor(core): Improve NG0600 error message. (#60418) 2025-04-22 16:35:38 +02:00
scope.ts perf(core): avoid intermediate arrays in definition (#61445) 2025-05-19 09:20:07 +00:00
standalone_service.ts refactor: add @__PURE__ next to @pureOrBreakMyCode for improved bundler compatibility (#58297) 2024-10-28 12:26:05 -07:00
state.ts refactor(core): replace internal usages of InjectFlags (#60318) 2025-03-11 11:33:09 -07:00
STORING_METADATA_IN_D.TS.md docs: convert the last my-app components to app-root (#42256) 2021-05-25 22:13:36 +00:00
tnode_manipulation.ts refactor(core): consolidate first create pass (#61409) 2025-05-19 09:30:20 +00:00
tokens.ts refactor: update license text to point to angular.dev (#57901) 2024-09-24 15:33:00 +02:00
TREE_SHAKING.md
view_context.ts refactor: update license text to point to angular.dev (#57901) 2024-09-24 15:33:00 +02:00
VIEW_DATA.md fix(compiler): generate less code for advance instructions (#53845) 2024-01-09 12:27:58 -08:00
view_engine_compatibility_prebound.ts refactor: update license text to point to angular.dev (#57901) 2024-09-24 15:33:00 +02:00
view_manipulation.ts refactor(core): convert scripts within packages/core/src to relative imports (#60227) 2025-03-25 10:58:00 -07:00
view_ref.ts docs: update API examples to modern angular (#61688) 2025-05-29 17:53:28 -04:00