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 dad4bd1 commit 8bbee4fCopy full SHA for 8bbee4f
src/material/legacy-progress-spinner/public-api.ts
@@ -8,7 +8,7 @@
8
9
import {MatLegacyProgressSpinner} from './progress-spinner';
10
11
-export * from './progress-spinner-module';
+export {MatLegacyProgressSpinnerModule} from './progress-spinner-module';
12
export {
13
MatLegacyProgressSpinner,
14
MAT_LEGACY_PROGRESS_SPINNER_DEFAULT_OPTIONS,
src/material/legacy-progress-spinner/testing/public-api.ts
@@ -6,5 +6,5 @@
6
* found in the LICENSE file at https://angular.io/license
7
*/
-export * from './progress-spinner-harness';
-export * from './progress-spinner-harness-filters';
+export {MatLegacyProgressSpinnerHarness} from './progress-spinner-harness';
+export {LegacyProgressSpinnerHarnessFilters} from './progress-spinner-harness-filters';
0 commit comments