valor-software/angular2-bootstrap

View on GitHub
demo/src/app/components/+pagination/demos/rotate/rotate.html

Summary

Maintainability
Test Coverage
<div class="row">
  <div class="col-xs-12 col-12">
    <pagination [totalItems]="155" [rotate]="rotate" [maxSize]="maxSize"></pagination>
  </div>
</div>

<button type="button" class="btn btn-info" (click)="rotate = !rotate">Toggle centering current page link</button>