angular/packages/core/src/render3/instructions
Pawel Kozlowski ea8662ab3e refactor(core): remove duplicated checks for ngNonBindable (#60048)
This refactoring consolidates logic around detecting ngNonBindable
mode - previously those checks were done in two separate places.
By doing the check in one place we can simplify the directive resolution
logic.

PR Close #60048
2025-02-21 11:08:50 -05: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): add runtime logic for attaching source locations (#58982) 2024-12-05 16:09:55 -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: update license text to point to angular.dev (#57901) 2024-09-24 15:33:00 +02:00
attribute_interpolation.ts refactor: update license text to point to angular.dev (#57901) 2024-09-24 15:33:00 +02:00
change_detection.ts fix(core): Defer afterRender until after first CD (#59455) (#59551) 2025-02-12 12:20:04 -08:00
class_map_interpolation.ts refactor: update license text to point to angular.dev (#57901) 2024-09-24 15:33:00 +02: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): move LContainer manipulation logic to its own file (#59856) 2025-02-18 15:41:42 +00:00
di.ts refactor: update license text to point to angular.dev (#57901) 2024-09-24 15:33:00 +02:00
di_attr.ts refactor: update license text to point to angular.dev (#57901) 2024-09-24 15:33:00 +02:00
element.ts refactor(core): remove duplicated checks for ngNonBindable (#60048) 2025-02-21 11:08:50 -05:00
element_container.ts refactor(core): remove duplicated checks for ngNonBindable (#60048) 2025-02-21 11:08:50 -05:00
element_validation.ts refactor(core): remove the standalone feature (#58288) 2024-10-24 16:19:02 -07:00
get_current_view.ts refactor: update license text to point to angular.dev (#57901) 2024-09-24 15:33:00 +02:00
host_property.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
i18n_icu_container_visitor.ts docs: set syntax highlighting to the remaining Markdown code examples blocks (#59088) 2025-01-14 15:14:02 -05:00
interpolation.ts refactor: update license text to point to angular.dev (#57901) 2024-09-24 15:33:00 +02:00
let_declaration.ts refactor(core): move TNode manipulation logic to its own file (#59601) 2025-01-21 10:48:44 -08:00
listener.ts refactor(core): prevent duplicating componentOffset checks (#59611) 2025-01-23 14:23:29 -08: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): move LContainer manipulation logic to its own file (#59856) 2025-02-18 15:41:42 +00:00
property.ts refactor: update license text to point to angular.dev (#57901) 2024-09-24 15:33:00 +02:00
property_interpolation.ts refactor: update license text to point to angular.dev (#57901) 2024-09-24 15:33:00 +02: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): remove duplicated checks for ngNonBindable (#60048) 2025-02-21 11:08:50 -05:00
storage.ts refactor: update license text to point to angular.dev (#57901) 2024-09-24 15:33:00 +02:00
style_map_interpolation.ts refactor: update license text to point to angular.dev (#57901) 2024-09-24 15:33:00 +02:00
style_prop_interpolation.ts refactor: update license text to point to angular.dev (#57901) 2024-09-24 15:33:00 +02:00
styling.ts docs: set syntax highlighting of code examples MD code blocks (#59026) 2024-12-04 17:30:28 +01:00
template.ts refactor(core): remove duplicated checks for ngNonBindable (#60048) 2025-02-21 11:08:50 -05:00
text.ts refactor(core): move TNode manipulation logic to its own file (#59601) 2025-01-21 10:48:44 -08:00
text_interpolation.ts refactor(core): move DOM manipulation logic to its own file (#59462) 2025-01-16 10:38:44 -08:00
two_way.ts refactor: update license text to point to angular.dev (#57901) 2024-09-24 15:33:00 +02:00
write_to_directive_input.ts refactor(core): add assertion to avoid writes to directive factories (#59980) 2025-02-18 19:28:00 +00:00