I'm considering moving from jQuery to Angular but am looking over all my code to see what I will need to replace.
I use the .outerHeight() function to get users screen height. Is there something like this in angular? or do I have to use native JS?
Is it wrong to include jQuery since angular seems to be lacking on DOM manipulation?