Currently in my work with Umbraco (cms) and Angular, I find myself needing to access a DOM property of umbraco. The current solution involves using jQuery for this purpose, but I am looking to eliminate all jQuery dependencies from the codebase. Is there a better way to access this property without relying on ViewChild, as I am attempting to access a property rather than a component?