Skip to content

Instantly share code, notes, and snippets.

@siddharthpal
Created October 13, 2019 17:44
Show Gist options
  • Save siddharthpal/6a97a0089aefe82321840e0443856580 to your computer and use it in GitHub Desktop.
Save siddharthpal/6a97a0089aefe82321840e0443856580 to your computer and use it in GitHub Desktop.
Invoking custom element method
const todoAngularElement = document.getElementsByTagName("todo-root-angular-element")[0];
if (todoAngularElement) {
todoAngularElement.pushTodoItem(newTodo);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment