Gathering detailed insights and metrics for ngx-moveable
Gathering detailed insights and metrics for ngx-moveable
Gathering detailed insights and metrics for ngx-moveable
Gathering detailed insights and metrics for ngx-moveable
Moveable! Draggable! Resizable! Scalable! Rotatable! Warpable! Pinchable! Groupable! Snappable!
npm install ngx-moveable
Typescript
Module System
Node Version
NPM Version
74.2
Supply Chain
97.1
Quality
76.1
Maintenance
100
Vulnerability
99.6
License
0.53.0 Release (2023-12-03)
Updated on Dec 03, 2023
0.52.0 Release (2023-10-28)
Updated on Oct 28, 2023
0.51.2 Release (2023-09-20)
Updated on Sep 19, 2023
0.51.1 Release (2023-07-12)
Updated on Jul 11, 2023
0.51.0 Release (2023-07-09)
Updated on Jul 09, 2023
0.50.2 Release (2023-07-05)
Updated on Jul 04, 2023
TypeScript (89.82%)
HTML (4.65%)
JavaScript (4.08%)
CSS (0.95%)
Vue (0.4%)
Svelte (0.1%)
Total Downloads
409,401
Last Day
22
Last Week
2,144
Last Month
8,272
Last Year
99,547
MIT License
10,435 Stars
1,612 Commits
649 Forks
76 Watchers
22 Branches
38 Contributors
Updated on Jul 07, 2025
Minified
Minified + Gzipped
Latest Version
0.50.0
Package Id
ngx-moveable@0.50.0
Unpacked Size
170.15 kB
Size
23.79 kB
File Count
22
NPM Version
8.3.1
Node Version
16.14.0
Published on
Dec 03, 2023
Cumulative downloads
Total Downloads
3
2
An Angular Component that create Moveable, Draggable, Resizable, Scalable, Rotatable, Warpable, Pinchable, Groupable.
Demo / Storybook / API / Main Project
Moveable | |||
---|---|---|---|
Draggable | Resizable | Scalable | Rotatable |
![]() |
![]() |
![]() |
![]() |
Warpable | Pinchable | Groupable | Snappable |
![]() | ![]() | ![]() | ![]() |
Clippable | Roundable | OriginDraggable | Selecto |
![]() | ![]() | ![]() | ![]() |
1$ npm i ngx-moveable
1import { BrowserModule } from '@angular/platform-browser'; 2import { NgModule } from '@angular/core'; 3import { AppComponent } from './app.component'; 4import { NgxMoveableModule, NgxMoveableComponent } from '../ngx-moveable'; 5 6@NgModule({ 7 declarations: [ 8 AppComponent, 9 NgxMoveableComponent, 10 ], 11 imports: [ 12 BrowserModule, 13 // NgxMoveableModule, 14 ], 15 providers: [], 16 bootstrap: [AppComponent] 17}) 18export class AppModule { }
1<ngx-moveable 2 [target]="target" 3 [origin]="true" 4 [edge]="false" 5 6 [draggable]="true" 7 [throttleDrag]="0" 8 (dragStart)="onDragStart($event)" 9 (drag)="onDrag($event)" 10 (dragEnd)="onDragEnd($event)" 11 12 13 [keepRatio]="false" 14 15 [resizable]="false" 16 [throttleResize]="0" 17 (resizeStart)="onResizeStart($event)" 18 (resize)="onResize($event)" 19 (resizeEnd)="onResizeEnd($event)" 20 21 [scalable]="false" 22 [throttleScale]="0" 23 (scaleStart)="onScaleStart($event)" 24 (scale)="onScale($event)" 25 (scaleEnd)="onScaleEnd($event)" 26 27 28 [rotatable]="false" 29 [throttleRotate]="0" 30 (rotateStart)="onRotateStart($event)" 31 (rotate)="onRotate($event)" 32 (rotateEnd)="onRotateEnd($event)" 33 34 [warpable]="false" 35 (warpStart)="onWarpStart($event)" 36 (warp)="onWarp($event)" 37 (warpEnd)="onWarpEnd($event)" 38 39 [pinchable]="false" 40 (pinchStart)="onPinchStart($event)" 41 (pinch)="onPinch($event)" 42 (pinchEnd)="onPinchEnd($event)" 43/>
This project was generated with Angular CLI version 8.0.1.
Run npm run start(ng serve)
for a dev server. Navigate to http://localhost:4200/
. The app will automatically reload if you change any of the source files.
Please give a ⭐️ if this project helped you!
If you have any questions or requests or want to contribute to moveable
or other packages, please write the issue or give me a Pull Request freely.
This project exists thanks to all the people who contribute. [Contribute].
If you find a bug, please report to us opening a new Issue on GitHub.
This project is MIT licensed.
MIT License
Copyright (c) 2019 Daybrush
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
No vulnerabilities found.
Reason
no dangerous workflow patterns detected
Reason
no binaries found in the repo
Reason
license file detected
Details
Reason
Found 3/30 approved changesets -- score normalized to 1
Reason
0 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0
Reason
detected GitHub workflow tokens with excessive permissions
Details
Reason
no effort to earn an OpenSSF best practices badge detected
Reason
security policy file not detected
Details
Reason
dependency not pinned by hash detected -- score normalized to 0
Details
Reason
project is not fuzzed
Details
Reason
branch protection not enabled on development/release branches
Details
Reason
SAST tool is not run on all commits -- score normalized to 0
Details
Reason
158 existing vulnerabilities detected
Details
Score
Last Scanned on 2025-06-30
The Open Source Security Foundation is a cross-industry collaboration to improve the security of open source software (OSS). The Scorecard provides security health metrics for open source projects.
Learn MoreLast Day
-45%
22
Compared to previous day
Last Week
27.4%
2,144
Compared to previous week
Last Month
-2.4%
8,272
Compared to previous month
Last Year
20.2%
99,547
Compared to previous year