@renet-consulting/resize
TypeScript icon, indicating that this package has built-in type declarations

17.0.0 • Public • Published

Resize

This library provides a directive that listens resize event of an element.

Polyfill

There are few veriants of polyfills: resize-observer-polyfill resize-observer

Usage Example

inside a module:

import { ResizeModule } from '@renet-consulting/resize';

@NgModule({
    ...
    imports: [
        ResizeModule,
    ]
})
export class AppModule { }

inside html:

...
<div (resize)="handleResize($event)">
    any text
</div>
...

Release v17.0.0

Converted project to Angular v17

Release v16.0.0

Converted project to Angular v16

Release v15.0.0

Converted project to Angular v15

Release v14.0.0

Converted project to Angular v14

Release v9.0.0

Converted project to Angular v9

Package Sidebar

Install

npm i @renet-consulting/resize

Weekly Downloads

13

Version

17.0.0

License

MIT

Unpacked Size

24.8 kB

Total Files

16

Last publish

Collaborators

  • illia.antonov
  • aaltotsky