Primitives
Perform actions on element resize.
Import the Resize primitive from ng-primitives/resize
.
import { NgpResize } from 'ng-primitives/resize';
Assemble the resize directives in your template.
<div (ngpResize)="onResize($event)"></div>
The following directives are available to import from the ng-primitives/resize
package:
Apply the ngpResize
directive to an element to listen for resize events.
[ngpResize]
ngpResize
Copyright © 2024 Angular Primitives