I am new to Angular, and am trying to use it to set focus on an input with the id \"input1\". I am using the following code:
This helped to me (in ionic, but idea is the same) https://mhartington.io/post/setting-input-focus/
in template:
Home Focus
in controller:
focusInput(input) { input.setFocus(); }