File tree Expand file tree Collapse file tree 2 files changed +13
-4
lines changed
src/material/legacy-progress-bar Expand file tree Collapse file tree 2 files changed +13
-4
lines changed Original file line number Diff line number Diff line change 6
6
* found in the LICENSE file at https://angular.io/license
7
7
*/
8
8
9
- export * from './progress-bar-module' ;
10
- export * from './progress-bar' ;
9
+ export { MatLegacyProgressBarModule } from './progress-bar-module' ;
10
+ export {
11
+ LegacyProgressAnimationEnd ,
12
+ MAT_LEGACY_PROGRESS_BAR_LOCATION ,
13
+ MatLegacyProgressBarLocation ,
14
+ MAT_LEGACY_PROGRESS_BAR_LOCATION_FACTORY ,
15
+ LegacyProgressBarMode ,
16
+ MatLegacyProgressBarDefaultOptions ,
17
+ MAT_LEGACY_PROGRESS_BAR_DEFAULT_OPTIONS ,
18
+ MatLegacyProgressBar ,
19
+ } from './progress-bar' ;
Original file line number Diff line number Diff line change 6
6
* found in the LICENSE file at https://angular.io/license
7
7
*/
8
8
9
- export * from './progress-bar-harness' ;
10
- export * from './progress-bar-harness-filters' ;
9
+ export { MatLegacyProgressBarHarness } from './progress-bar-harness' ;
10
+ export { LegacyProgressBarHarnessFilters } from './progress-bar-harness-filters' ;
You can’t perform that action at this time.
0 commit comments