File tree Expand file tree Collapse file tree 2 files changed +19
-4
lines changed Expand file tree Collapse file tree 2 files changed +19
-4
lines changed Original file line number Diff line number Diff line change 6
6
* found in the LICENSE file at https://angular.io/license
7
7
*/
8
8
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' ;
Original file line number Diff line number Diff line change 6
6
* found in the LICENSE file at https://angular.io/license
7
7
*/
8
8
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' ;
You can’t perform that action at this time.
0 commit comments