Is it possible through angle 2+ to achieve the size and width of the browser and from that, send that data to the css so that it is responsive? Is there any other way to leave responsive without half queries?
I know there is the following decorator that can get the size and width of the browser, but is there any way to make the design responsive?
Thankful
@HostListener('window:resize', ['$event'])