I'm using Golden-layout in my Angular 7 app to display some components as widgets in widget grid. And all widgets have ability to resize. I need, for example, increse or make smaller font-size
while i resizing widget.
I tried to use vw
for ineer content and other stuff that is common for resizing window. But it didn't work because it depends on viewport and my viewport still the same, just changed size of widget.
Are there any options to make content inside widgets responsive?
Here is example on stackblitz (not mine) - https://stackblitz.com/edit/angular-4aughc