Skip to content

Commit

Permalink
fix(material-experimental/mdc-paginator): rename module file (#22387)
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewseguin committed Apr 6, 2021
1 parent 2fa78c6 commit 5519131
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/material-experimental/mdc-paginator/public-api.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
* found in the LICENSE file at https://angular.io/license
*/

export * from './paginator-module';
export * from './module';
export * from './paginator';
export {
MatPaginatorIntl,
Expand Down

0 comments on commit 5519131

Please sign in to comment.