1.0.4 • Published 8 days ago

ngx-resize-element v1.0.4

Weekly downloads
-
License
MIT
Repository
github
Last release
8 days 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.4

8 days ago

0.0.7

4 months ago

0.0.6

9 months ago

0.0.5

9 months ago

0.0.4

9 months ago

0.0.3

9 months ago

0.0.2

9 months ago

0.0.1

9 months ago