17.0.0 • Published 3 months ago

@renet-consulting/resize v17.0.0

Weekly downloads
8
License
MIT
Repository
github
Last release
3 months ago

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

17.0.0

3 months ago

16.0.0

3 months ago

15.0.2

3 months ago

15.0.0

3 months ago

15.0.1

3 months ago

14.0.0

1 year ago

14.0.2

1 year ago

9.0.0

4 years ago

8.1.1

5 years ago

8.1.0

5 years ago

8.0.2

5 years ago

8.0.1

5 years ago

8.0.0

5 years ago