ui-angular-draggable
TypeScript icon, indicating that this package has built-in type declarations

0.0.6 • Public • Published

UI Angular Draggable

This package contains Angular loader. It is very easy to use. Please follow the below steps to setup in your Angular project.

Install package

npm install --save ui-angular-draggable

Add the Module inside app.module.ts file

import { AngularDraggableModule } from 'ui-angular-draggable';

@NgModule({
declarations: [...
	AppComponent
],
imports: [
...
	AngularDraggableModule
],

providers: [],

bootstrap: [AppComponent]

})

Add the attribute into your template file element

<h2 isDraggable></h2>

Readme

Keywords

none

Package Sidebar

Install

npm i ui-angular-draggable

Weekly Downloads

0

Version

0.0.6

License

none

Unpacked Size

92.9 kB

Total Files

23

Last publish

Collaborators

  • mdarif.k