Taiga UI 5.0 is out!

Resizer CDK

GitHub

Directive to resize container in multiple directions.

Basic

If you need to react to the new size somehow, you can subscribe to (tuiSizeChange) event of type [x: number, y: number]
[1, 1]
[0, 1]
[-1, 1]
[-1, 0]
[-1, -1]
[0, -1]
[1, -1]
[1, 0]
All