8
8
9
9
/**
10
10
* Content of a card, needed as it's used as a selector in the API.
11
+ * @docs -private
11
12
*/
12
13
@Directive ( {
13
14
selector : 'md-card-content, mat-card-content' ,
@@ -19,6 +20,7 @@ export class MdCardContent {}
19
20
20
21
/**
21
22
* Title of a card, needed as it's used as a selector in the API.
23
+ * @docs -private
22
24
*/
23
25
@Directive ( {
24
26
selector : 'md-card-title, mat-card-title' ,
@@ -30,6 +32,7 @@ export class MdCardTitle {}
30
32
31
33
/**
32
34
* Sub-title of a card, needed as it's used as a selector in the API.
35
+ * @docs -private
33
36
*/
34
37
@Directive ( {
35
38
selector : 'md-card-subtitle, mat-card-subtitle' ,
@@ -41,6 +44,7 @@ export class MdCardSubtitle {}
41
44
42
45
/**
43
46
* Action section of a card, needed as it's used as a selector in the API.
47
+ * @docs -private
44
48
*/
45
49
@Directive ( {
46
50
selector : 'md-card-actions, mat-card-actions' ,
@@ -52,6 +56,7 @@ export class MdCardActions {}
52
56
53
57
/**
54
58
* Footer of a card, needed as it's used as a selector in the API.
59
+ * @docs -private
55
60
*/
56
61
@Directive ( {
57
62
selector : 'md-card-footer, mat-card-footer' ,
@@ -63,6 +68,7 @@ export class MdCardFooter {}
63
68
64
69
/**
65
70
* Image used in a card, needed to add the mat- CSS styling.
71
+ * @docs -private
66
72
*/
67
73
@Directive ( {
68
74
selector : '[md-card-sm-image], [mat-card-sm-image]' ,
@@ -74,6 +80,7 @@ export class MdCardSmImage {}
74
80
75
81
/**
76
82
* Image used in a card, needed to add the mat- CSS styling.
83
+ * @docs -private
77
84
*/
78
85
@Directive ( {
79
86
selector : '[md-card-md-image], [mat-card-md-image]' ,
@@ -85,6 +92,7 @@ export class MdCardMdImage {}
85
92
86
93
/**
87
94
* Image used in a card, needed to add the mat- CSS styling.
95
+ * @docs -private
88
96
*/
89
97
@Directive ( {
90
98
selector : '[md-card-lg-image], [mat-card-lg-image]' ,
@@ -96,6 +104,7 @@ export class MdCardLgImage {}
96
104
97
105
/**
98
106
* Image used in a card, needed to add the mat- CSS styling.
107
+ * @docs -private
99
108
*/
100
109
@Directive ( {
101
110
selector : '[md-card-image], [mat-card-image]' ,
@@ -107,6 +116,7 @@ export class MdCardImage {}
107
116
108
117
/**
109
118
* Large image used in a card, needed to add the mat- CSS styling.
119
+ * @docs -private
110
120
*/
111
121
@Directive ( {
112
122
selector : '[md-card-xl-image], [mat-card-xl-image]' ,
@@ -118,6 +128,7 @@ export class MdCardXlImage {}
118
128
119
129
/**
120
130
* Avatar image used in a card, needed to add the mat- CSS styling.
131
+ * @docs -private
121
132
*/
122
133
@Directive ( {
123
134
selector : '[md-card-avatar], [mat-card-avatar]' ,
@@ -156,6 +167,7 @@ export class MdCard {}
156
167
/**
157
168
* Component intended to be used within the `<md-card>` component. It adds styles for a
158
169
* preset header section (i.e. a title, subtitle, and avatar layout).
170
+ * @docs -private
159
171
*/
160
172
@Component ( {
161
173
moduleId : module . id ,
@@ -173,6 +185,7 @@ export class MdCardHeader {}
173
185
/**
174
186
* Component intended to be used within the <md-card> component. It adds styles for a preset
175
187
* layout that groups an image with a title section.
188
+ * @docs -private
176
189
*/
177
190
@Component ( {
178
191
moduleId : module . id ,
0 commit comments