Skip to content

Instantly share code, notes, and snippets.

@ssougnez
Created October 13, 2021 20:09
Embed
What would you like to do?
const descandants = this._elementRef.nativeElement.querySelectorAll('*');
for (const element of descandants) {
element.setAttribute(this._uniqueId, '');
...
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment