We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 311d9a0 commit f70169eCopy full SHA for f70169e
src/material/legacy-button/public-api.ts
@@ -6,5 +6,5 @@
6
* found in the LICENSE file at https://angular.io/license
7
*/
8
9
-export * from './button-module';
10
-export * from './button';
+export {MatLegacyButtonModule} from './button-module';
+export {MatLegacyButton, MatLegacyAnchor} from './button';
src/material/legacy-button/testing/public-api.ts
-export * from './button-harness';
-export * from './button-harness-filters';
+export {MatLegacyButtonHarness} from './button-harness';
+export {LegacyButtonHarnessFilters} from './button-harness-filters';
0 commit comments