Skip to content
This repository has been archived by the owner on Jan 6, 2025. It is now read-only.

Commit

Permalink
resolved conflict and amended type
Browse files Browse the repository at this point in the history
  • Loading branch information
deej81 committed Apr 13, 2018
2 parents a8fd758 + d99c215 commit 260f779
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/app/modules/ngx-croppie/ngx-croppie.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -41,4 +41,8 @@ export class NgxCroppieComponent implements OnInit {
this.result.emit(res);
});
}

rotate(degrees: 90 | 180 | 270 | -90 | -180 | -270) {
this._croppie.rotate(degrees);
}
}

0 comments on commit 260f779

Please sign in to comment.