1.2.0 • Published 5 years ago

restomax-rotable v1.2.0

Weekly downloads
28
License
-
Repository
-
Last release
5 years ago

Restomax Rotable

Restomax Rotable is an Angular >=2.0.0 module.

Install module

npm install --save restomax-rotable

Import module

import { RMXRotableModule } from 'restomax-rotable';

@NgModule({
  imports: [
    ...
    RMXRotableModule,
    ...
  ],
  ...
})
export class AppModule {}

Use Module/Component

<div rmxRotable
  [angle]="initialAngle"
  (rotateStart)="onRotateStart($event)"
  (rotateEnd)="onRotateEnd($event)"
></div>

Todo continue doc

Complete documentation...

1.2.0

5 years ago

1.1.1

5 years ago

1.1.0

5 years ago

1.0.2

5 years ago

1.0.1

6 years ago

1.0.0

6 years ago

0.0.1

6 years ago