Building my first angular app. I want to change the size of the logo displayed in the header bar depending on the screen size. In the past with bootstrap I would have used media queries and css, but I'm not sure how to do it with angular. Have read all sorts of things about putting listeners for screen size but how to I access that from a header component? Do I use the scss file for the header component? Just looking for some pointers on what I should be researching for a method to accomplish this in angular.
Thanks!