Sticky header in Angular2
How do you make a header stick to the top when scrolling down, in an Angular2 application?
I know how to do this via plain javascript, and also jQuery. I have worked with some libraries that exposed that feature for me, but I wanted to keep this, very simple…