How to get dom element in ionic2

I know I can do document.getElementById() stuff

is this a recommended way to do it?

1 Like

Usually, you don’t need it. But you could use ElementRef or your code.

1 Like