1.0.9 • Published 4 months ago

ngx-resize-element v1.0.9

Weekly downloads
-
License
MIT
Repository
github
Last release
4 months ago

ngx-resize-element (latest)

ngx-resize-element npm version npm.io ngx-resize-element

  • Angular library which provides a way resize Block level elements (div, p, etc...) using respective ruler at right bottom.



Import

Import the module on your app.module.ts file as follow.

import { NgxResizeElementModule} from "ngx-resize-element";

Add to imports

imports: [
  ...
  NgxResizeElementModule
  ...
],

Core function

<div class="card card-body my-3" ngxResize>
  <div class="alert alert-danger m-0">
    Welcome to resize
  </div>
</div>

Code integration

To use this package as a service npm i ngx-resize-element install this on the root angular project .

Note: Don't forget to run this commend npm i ngx-resize-element on root folder or else it will throw error.

Then import the module as follow on imports array

NgxResizeElementModule

1.0.9

4 months ago

1.0.7

7 months ago

1.0.6

11 months ago

1.0.5

11 months ago

1.0.4

1 year ago

0.0.7

1 year ago

0.0.6

2 years ago

0.0.5

2 years ago

0.0.4

2 years ago

0.0.3

2 years ago

0.0.2

2 years ago

0.0.1

2 years ago