0.0.8 • Published 2 years ago

rz-resizable v0.0.8

Weekly downloads
-
License
-
Repository
github
Last release
2 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

2 years ago

0.0.7

2 years 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