|
|
@@ -9,7 +9,6 @@
|
|
9
|
9
|
</ion-toolbar>
|
|
10
|
10
|
</ion-header>
|
|
11
|
11
|
<ion-content>
|
|
12
|
|
- <img src="../../../assets/img-static/banner-320x50.jpeg" alt="">
|
|
13
|
12
|
<ion-grid>
|
|
14
|
13
|
<ion-row>
|
|
15
|
14
|
<ion-col>
|
|
|
@@ -17,50 +16,28 @@
|
|
17
|
16
|
<hr>
|
|
18
|
17
|
</ion-col>
|
|
19
|
18
|
</ion-row>
|
|
|
19
|
+ </ion-grid>
|
|
|
20
|
+ <ion-grid>
|
|
20
|
21
|
<ion-row>
|
|
21
|
|
- <ion-col size="5">
|
|
22
|
|
- <img src="../../assets/img-static/mqdefault-1.jpg">
|
|
23
|
|
- </ion-col>
|
|
24
|
|
- <ion-col class="ion-align-self-center">Morning Talk [26-10-2022 l 07:30 - 09:00 น. ]</ion-col>
|
|
25
|
|
- </ion-row>
|
|
26
|
|
- <ion-row>
|
|
27
|
|
- <ion-col size="5">
|
|
28
|
|
- <img src="../../assets/img-static/mqdefault-2.jpg">
|
|
29
|
|
- </ion-col>
|
|
30
|
|
- <ion-col class="ion-align-self-center">Golf Trick [26-10-2022 l 09:00 - 10:00 น.]</ion-col>
|
|
31
|
|
- </ion-row>
|
|
32
|
|
- <ion-row>
|
|
33
|
|
- <ion-col size="5">
|
|
34
|
|
- <img src="../../assets/img-static/mqdefault-3.jpg">
|
|
35
|
|
- </ion-col>
|
|
36
|
|
- <ion-col class="ion-align-self-center">เจาะสนามบอลไทย [ 20-10-2022 l 20:00 - 21:30 น. ]</ion-col>
|
|
37
|
|
- </ion-row>
|
|
38
|
|
- <ion-row>
|
|
39
|
|
- <ion-col size="5">
|
|
40
|
|
- <img src="../../assets/img-static/mqdefault-2.jpg">
|
|
41
|
|
- </ion-col>
|
|
42
|
|
- <ion-col class="ion-align-self-center">Golf Trick [26-10-2022 l 09:00 - 10:00 น.]</ion-col>
|
|
43
|
|
- </ion-row>
|
|
44
|
|
- <ion-row>
|
|
45
|
|
- <ion-col size="5">
|
|
46
|
|
- <img src="../../assets/img-static/mqdefault-3.jpg">
|
|
47
|
|
- </ion-col>
|
|
48
|
|
- <ion-col class="ion-align-self-center">เจาะสนามบอลไทย [ 20-10-2022 l 20:00 - 21:30 น. ]</ion-col>
|
|
49
|
|
- </ion-row>
|
|
50
|
|
- <ion-row>
|
|
51
|
|
- <ion-col size="5">
|
|
52
|
|
- <img src="../../assets/img-static/mqdefault-2.jpg">
|
|
53
|
|
- </ion-col>
|
|
54
|
|
- <ion-col class="ion-align-self-center">Golf Trick [26-10-2022 l 09:00 - 10:00 น.]</ion-col>
|
|
55
|
|
- </ion-row>
|
|
56
|
|
- <ion-row>
|
|
57
|
|
- <ion-col size="5">
|
|
58
|
|
- <img src="../../assets/img-static/mqdefault-3.jpg">
|
|
|
22
|
+ <ion-col class="ion-no-padding">
|
|
|
23
|
+ <img src="../../../assets/img-static/banner-320x50.jpeg" alt="">
|
|
59
|
24
|
</ion-col>
|
|
60
|
|
- <ion-col class="ion-align-self-center">เจาะสนามบอลไทย [ 20-10-2022 l 20:00 - 21:30 น. ]</ion-col>
|
|
61
|
25
|
</ion-row>
|
|
62
|
26
|
</ion-grid>
|
|
63
|
27
|
<ion-grid>
|
|
|
28
|
+ <div *ngIf="ytdata">
|
|
|
29
|
+ <ion-card *ngFor="let yt of ytdata['items']" class="list-card-margin">
|
|
|
30
|
+ <img [src]="yt.snippet.thumbnails.high.url" [style.width]="'100%'" />
|
|
|
31
|
+ <ion-card-header>
|
|
|
32
|
+ <a [routerLink]="['' , ]">
|
|
|
33
|
+ <ion-card-title class="title-txt-1" [innerHTML]="yt.snippet.title"></ion-card-title>
|
|
|
34
|
+ </a>
|
|
|
35
|
+ </ion-card-header>
|
|
|
36
|
+ <ion-card-content text-justify [innerHTML]="yt.snippet.description" class="content-txt-1"></ion-card-content>
|
|
|
37
|
+ </ion-card>
|
|
|
38
|
+ </div>
|
|
|
39
|
+ </ion-grid>
|
|
|
40
|
+ <ion-grid>
|
|
64
|
41
|
<img src="../../../assets/img-static/banner-320x100.jpeg" alt="">
|
|
65
|
42
|
</ion-grid>
|
|
66
|
43
|
</ion-content>
|