
Security News
Axios Supply Chain Attack Reaches OpenAI macOS Signing Pipeline, Forces Certificate Rotation
OpenAI rotated macOS signing certificates after a malicious Axios package reached its CI pipeline in a broader software supply chain attack.
ngx-moveable
Advanced tools
An Angular Component that create Moveable, Draggable, Resizable, Scalable, Rotatable, Warpable, Pinchable, Groupable, Snappable.

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 |
![]() | ![]() | ![]() | ![]() |
$ npm i ngx-moveable
import { BrowserModule } from '@angular/platform-browser';
import { NgModule } from '@angular/core';
import { AppComponent } from './app.component';
import { NgxMoveableModule, NgxMoveableComponent } from '../ngx-moveable';
@NgModule({
declarations: [
AppComponent,
NgxMoveableComponent,
],
imports: [
BrowserModule,
// NgxMoveableModule,
],
providers: [],
bootstrap: [AppComponent]
})
export class AppModule { }
<ngx-moveable
[target]="target"
[origin]="true"
[edge]="false"
[draggable]="true"
[throttleDrag]="0"
(dragStart)="onDragStart($event)"
(drag)="onDrag($event)"
(dragEnd)="onDragEnd($event)"
[keepRatio]="false"
[resizable]="false"
[throttleResize]="0"
(resizeStart)="onResizeStart($event)"
(resize)="onResize($event)"
(resizeEnd)="onResizeEnd($event)"
[scalable]="false"
[throttleScale]="0"
(scaleStart)="onScaleStart($event)"
(scale)="onScale($event)"
(scaleEnd)="onScaleEnd($event)"
[rotatable]="false"
[throttleRotate]="0"
(rotateStart)="onRotateStart($event)"
(rotate)="onRotate($event)"
(rotateEnd)="onRotateEnd($event)"
[warpable]="false"
(warpStart)="onWarpStart($event)"
(warp)="onWarp($event)"
(warpEnd)="onWarpEnd($event)"
[pinchable]="false"
(pinchStart)="onPinchStart($event)"
(pinch)="onPinch($event)"
(pinchEnd)="onPinchEnd($event)"
/>
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.
FAQs
An Angular Component that create Moveable, Draggable, Resizable, Scalable, Rotatable, Warpable, Pinchable, Groupable, Snappable.
The npm package ngx-moveable receives a total of 2,399 weekly downloads. As such, ngx-moveable popularity was classified as popular.
We found that ngx-moveable demonstrated a not healthy version release cadence and project activity because the last version was released a year ago.Ā It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Security News
OpenAI rotated macOS signing certificates after a malicious Axios package reached its CI pipeline in a broader software supply chain attack.

Security News
Open source is under attack because of how much value it creates. It has been the foundation of every major software innovation for the last three decades. This is not the time to walk away from it.

Security News
Socket CEO Feross Aboukhadijeh breaks down how North Korea hijacked Axios and what it means for the future of software supply chain security.