1
+ < section >
2
+ < h2 > Dogs group</ h2 >
3
+ < p > Showing a card with a group of content</ p >
4
+ < md-card class ="example-card " role ="group ">
5
+ < md-card-content >
6
+ < p > Herding Group</ p >
7
+ < p > Hound Group</ p >
8
+ < p > Non-Sporting Group</ p >
9
+ < p > Sporting Group</ p >
10
+ < p > Terrier Group</ p >
11
+ < p > Toy Group</ p >
12
+ < p > Working Group</ p >
13
+ < p > Foundation Stock Service</ p >
14
+ < p > Miscellaneous Class</ p >
15
+ </ md-card-content >
16
+ </ md-card >
17
+ </ section >
18
+
1
19
< section >
2
20
< h2 > Husky</ h2 >
3
21
< p > Showing a card with title only</ p >
@@ -19,8 +37,7 @@ <h2>Malamute</h2>
19
37
< section >
20
38
< h2 > German Shepherd</ h2 >
21
39
< p >
22
- Showing a card with title, subtitle, and a footer. The footer displays a progress bar when
23
- user search for more dogs.
40
+ Showing a card with title, subtitle, and a footer.
24
41
</ p >
25
42
< md-card class ="example-card ">
26
43
< md-card-subtitle > Dog breed</ md-card-subtitle >
@@ -30,17 +47,9 @@ <h2>German Shepherd</h2>
30
47
Germany. The breed's officially recognized name is German Shepherd Dog in the English
31
48
language. The breed is also known as the Alsatian in Britain and Ireland.
32
49
</ md-card-content >
33
- < md-card-actions >
34
- Search for more dogs...
35
- < button md-button (click) ="showProgress = !showProgress ">
36
- {{showProgress ? 'Cancel' : 'Search'}}
37
- </ button >
38
- </ md-card-actions >
39
50
< md-card-footer >
40
- < md-progress-bar mode ="indeterminate " aria-label ="Loading " *ngIf ="showProgress ">
41
- </ md-progress-bar >
51
+ People also search for Rottweiler, Siberian Husky, Labrador Retriever, Doberman Pinscher
42
52
</ md-card-footer >
43
-
44
53
</ md-card >
45
54
</ section >
46
55
@@ -81,5 +90,4 @@ <h2>Shiba Inu</h2>
81
90
< button md-button (click) ="openSnackbar('Shared Shiba Inu') "> share</ button >
82
91
</ md-card-actions >
83
92
</ md-card >
84
-
85
93
</ section >
0 commit comments