This repository was archived by the owner on Nov 30, 2022. It is now read-only.
File tree Expand file tree Collapse file tree 4 files changed +10
-10
lines changed
projects/core/src/lib/refresher Expand file tree Collapse file tree 4 files changed +10
-10
lines changed Original file line number Diff line number Diff line change 4
4
5
5
< ion-chip class ="gg-hint-wrapper " *ngIf ="hintVisible " [@hintAnim] (@hintAnim.done) ="postHint($event) "
6
6
(click) ="onHintClicked() " #hint >
7
- < ion-icon class ="icon " name ="md- arrow-up "> </ ion-icon >
7
+ < ion-icon class ="icon " name ="arrow-up "> </ ion-icon >
8
8
< ion-label [ngClass] ="{'hidden': !hintVisible} " class ="text "> {{hintText}}</ ion-label >
9
9
</ ion-chip >
Original file line number Diff line number Diff line change 3
3
< ion-button color ="tertiary " size ="small " fill ="outline " shape ="round " [href] ="editHref ">
4
4
< ion-icon slot ="start " name ="logo-github "> </ ion-icon >
5
5
Edit this page
6
- < ion-icon slot ="end " name ="md- arrow-forward "> </ ion-icon >
6
+ < ion-icon slot ="end " name ="arrow-forward "> </ ion-icon >
7
7
</ ion-button >
8
8
</ ion-buttons >
9
9
</ ion-toolbar >
Original file line number Diff line number Diff line change 32
32
</ fiv-fab >
33
33
34
34
< fiv-app-bar-tab left tab ="tab1 " href ="/tab1 ">
35
- < fiv-icon name ="md- home "> </ fiv-icon >
35
+ < fiv-icon name ="home "> </ fiv-icon >
36
36
< ion-label > Home</ ion-label >
37
37
</ fiv-app-bar-tab >
38
38
< fiv-app-bar-tab left tab ="tab2 " href ="/tab2 ">
39
- < fiv-icon smallIcon ="add " #tabFeature ="fivFeature " [fivFeature] ="feature " name ="md- pizza "> </ fiv-icon >
39
+ < fiv-icon smallIcon ="add " #tabFeature ="fivFeature " [fivFeature] ="feature " name ="pizza "> </ fiv-icon >
40
40
< ion-label > Images</ ion-label >
41
41
</ fiv-app-bar-tab >
42
42
< fiv-app-bar-tab right tab ="tab3 " href ="/tab3 ">
43
- < fiv-icon badge ="1 " name ="md-pizza "> </ fiv-icon >
43
+ < fiv-icon badge ="1 " name ="basket "> </ fiv-icon >
44
44
< ion-label > Pizza</ ion-label >
45
45
</ fiv-app-bar-tab >
46
46
< fiv-app-bar-tab right tab ="tab4 " href ="/tab4 " icon ="md-more ">
47
- < fiv-icon dot ="false " name ="md-pizza "> </ fiv-icon >
47
+ < fiv-icon dot ="false " name ="bug "> </ fiv-icon >
48
48
< ion-label > More</ ion-label >
49
49
</ fiv-app-bar-tab >
50
50
</ fiv-app-bar >
Original file line number Diff line number Diff line change @@ -32,19 +32,19 @@ export class TabsPageModule {}
32
32
</fiv-fab >
33
33
34
34
<fiv-app-bar-tab left tab =" tab1" href =" /tab1" >
35
- <fiv-icon name =" md- home" ></fiv-icon >
35
+ <fiv-icon name =" home" ></fiv-icon >
36
36
<ion-label >Home</ion-label >
37
37
</fiv-app-bar-tab >
38
38
<fiv-app-bar-tab left tab =" tab2" href =" /tab2" >
39
- <fiv-icon name =" md- images" ></fiv-icon >
39
+ <fiv-icon name =" images" ></fiv-icon >
40
40
<ion-label >Images</ion-label >
41
41
</fiv-app-bar-tab >
42
42
<fiv-app-bar-tab right tab =" tab3" href =" /tab3" >
43
- <fiv-icon [badge] =" 1" name =" md- pizza" ></fiv-icon >
43
+ <fiv-icon [badge] =" 1" name =" pizza" ></fiv-icon >
44
44
<ion-label >Pizza</ion-label >
45
45
</fiv-app-bar-tab >
46
46
<fiv-app-bar-tab right tab =" tab4" href =" /tab4" icon =" md-more" >
47
- <fiv-icon name =" md- more" ></fiv-icon >
47
+ <fiv-icon name =" more" ></fiv-icon >
48
48
<ion-label >More</ion-label >
49
49
</fiv-app-bar-tab >
50
50
</fiv-app-bar >
You can’t perform that action at this time.
0 commit comments