Skip to content

Instantly share code, notes, and snippets.

@ssougnez
Created October 13, 2021 20:09
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ssougnez/19ef5cfb783dd111a9f4355448a93b5d to your computer and use it in GitHub Desktop.
Save ssougnez/19ef5cfb783dd111a9f4355448a93b5d to your computer and use it in GitHub Desktop.
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