angular/packages/core/src/internal
Kristiyan Kostadinov fc6c76ac67 refactor(core): add internal utility to resolve the component name of a node (#58148)
Adds a utility, meant for internal consumption, that will return the class name of the closest component node to an element.

PR Close #58148
2024-10-11 07:04:40 +00:00
..
get_closest_component_name.ts refactor(core): add internal utility to resolve the component name of a node (#58148) 2024-10-11 07:04:40 +00:00
README.md refactor(core): add internal utility to resolve the component name of a node (#58148) 2024-10-11 07:04:40 +00:00

Contains utilities exposed specifically for g3-internal functionality.

These APIs are not considered public.