0.0.8 • Published 3 years ago

rz-resizable v0.0.8

Weekly downloads
-
License
-
Repository
github
Last release
3 years ago

RzResizable

Resizable directive for Angular 14+
To resize any element

Install

npm install rz-resizable 

After install, import RzResizableModule in your app.module.ts file

{
...
import { RzResizableModule } from 'rz-resizable';
  
  @NgModule({
  imports: [
    RzResizableModule
  ],
  ...
})

How it works:

<div style="width:300px; height:100px; background-color:#c8f7fd" RzResizable></div>

alt text |

0.0.8

3 years ago

0.0.7

3 years ago

0.0.6

3 years ago

0.0.5

3 years ago

0.0.4

3 years ago

0.0.3

3 years ago

0.0.2

3 years ago

0.0.1

3 years ago