restomax-rotable
v1.2.0
Published
Restomax Rotable is an Angular >=2.0.0 module.
Readme
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...
