A controller that wraps the !ResizeObserver | ResizeObserver, allowing components to subscribe to the events in a manner that triggers changes in the component's template when the event occurs.
ResizeObserver
The component that's using the controller.
A function to call in the host's scope when a resize event occurs.
Observes the given element.
The element to be observed.
Stops observing the given element.
The element to stop observing.
A controller that wraps the !ResizeObserver |
ResizeObserver
, allowing components to subscribe to the events in a manner that triggers changes in the component's template when the event occurs.