Skip to content

Commit

Permalink
fix(): products ng build/serve --prod build issue (#1104)
Browse files Browse the repository at this point in the history
closes #1099
  • Loading branch information
stevenov7 authored and emoralesb05 committed Jan 26, 2018
1 parent 5d5cac1 commit fe3153d
Showing 1 changed file with 17 additions and 17 deletions.
34 changes: 17 additions & 17 deletions src/platform/core/public-api.ts
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
export * from './paging';
export * from './virtual-scroll';
export * from './notifications';
export * from './common';
export * from './message';
export * from './chips';
export * from './data-table';
export * from './dialogs';
export * from './expansion-panel';
export * from './file';
export * from './json-formatter';
export * from './layout';
export * from './loading';
export * from './media';
export * from './menu';
export * from './search';
export * from './steps';
export * from './paging/index';
export * from './virtual-scroll/index';
export * from './notifications/index';
export * from './common/index';
export * from './message/index';
export * from './chips/index';
export * from './data-table/index';
export * from './dialogs/index';
export * from './expansion-panel/index';
export * from './file/index';
export * from './json-formatter/index';
export * from './layout/index';
export * from './loading/index';
export * from './media/index';
export * from './menu/index';
export * from './search/index';
export * from './steps/index';

0 comments on commit fe3153d

Please sign in to comment.