Skip to content

Commit dad4bd1

Browse files
committed
refactor(material/legacy-progress-bar): rename ts symbols
1 parent 9f95123 commit dad4bd1

File tree

2 files changed

+13
-4
lines changed

2 files changed

+13
-4
lines changed

src/material/legacy-progress-bar/public-api.ts

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,14 @@
66
* found in the LICENSE file at https://angular.io/license
77
*/
88

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';

src/material/legacy-progress-bar/testing/public-api.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,5 @@
66
* found in the LICENSE file at https://angular.io/license
77
*/
88

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';

0 commit comments

Comments
 (0)