Skip to content

Commit f70169e

Browse files
committed
refactor(material/legacy-button): rename ts symbols
1 parent 311d9a0 commit f70169e

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

src/material/legacy-button/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 './button-module';
10-
export * from './button';
9+
export {MatLegacyButtonModule} from './button-module';
10+
export {MatLegacyButton, MatLegacyAnchor} from './button';

src/material/legacy-button/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 './button-harness';
10-
export * from './button-harness-filters';
9+
export {MatLegacyButtonHarness} from './button-harness';
10+
export {LegacyButtonHarnessFilters} from './button-harness-filters';

0 commit comments

Comments
 (0)