Skip to content

Commit b6cada5

Browse files
committed
refactor(material/legacy-card): rename ts symbols
1 parent f70169e commit b6cada5

File tree

2 files changed

+19
-4
lines changed

2 files changed

+19
-4
lines changed

src/material/legacy-card/public-api.ts

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

9-
export * from './card';
10-
export * from './card-module';
9+
export {
10+
MatLegacyCardContent,
11+
MatLegacyCardTitle,
12+
MatLegacyCardSubtitle,
13+
MatLegacyCardActions,
14+
MatLegacyCardFooter,
15+
MatLegacyCardImage,
16+
MatLegacyCardSmImage,
17+
MatLegacyCardMdImage,
18+
MatLegacyCardLgImage,
19+
MatLegacyCardXlImage,
20+
MatLegacyCardAvatar,
21+
MatLegacyCard,
22+
MatLegacyCardHeader,
23+
MatLegacyCardTitleGroup,
24+
} from './card';
25+
export {MatLegacyCardModule} from './card-module';

src/material/legacy-card/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 './card-harness';
10-
export * from './card-harness-filters';
9+
export {MatLegacyCardSection, MatLegacyCardHarness} from './card-harness';
10+
export {LegacyCardHarnessFilters} from './card-harness-filters';

0 commit comments

Comments
 (0)