Directive for resizing an element in a specified direction using the mouse pointer.

Set by the kbqResizer attribute in the array format [x, y], where:

  • x - horizontal direction: -1 (left), 0 (disabled), 1 (right).
  • y - vertical direction: -1 (up), 0 (disabled), 1 (down).
<div kbqResizable>
    <i [kbqResizer]="[1, 0]"></i>
</div>
Suggestions for improvement
If you found a mistake or want to improve the article, create an issue on GitHub.