Skip to content

Commit

Permalink
fix(pagination): export Pagination Config (#1574)
Browse files Browse the repository at this point in the history
  • Loading branch information
lzoubek authored and valorkin committed Jan 31, 2017
1 parent bb4aab3 commit c3337f6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/pagination/index.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
export { PagerComponent } from './pager.component';
export { PaginationComponent } from './pagination.component';
export { PaginationModule } from './pagination.module';
export { PaginationConfig } from './pagination.config';

0 comments on commit c3337f6

Please sign in to comment.