Skip to content

Commit 17b0dfc

Browse files
authored
Merge pull request #211 from IgniteUI/dtsvetkov/wrap-totorial-video-section
fix(xplat/data-grid): wrap tutorial video in Angular platform block
2 parents 5d07471 + 028998e commit 17b0dfc

4 files changed

Lines changed: 12 additions & 6 deletions

File tree

docs/angular/src/content/en/components/grid/grid.mdx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -855,7 +855,8 @@ Enabling it can affects other parts of an Angular application that the `IgxGridC
855855
856856
Learn more about creating an Angular data grid in our short tutorial video:
857857
858-
> [!Video https://www.youtube.com/embed/Xv_fQVQ8fmM]
858+
<iframe width="100%" height="600" src="https://www.youtube.com/embed/Xv_fQVQ8fmM">
859+
</iframe>
859860
860861
## Additional Resources
861862

docs/angular/src/content/jp/components/grid/grid.mdx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -847,7 +847,8 @@ platformBrowserDynamic()
847847
848848
Angular データ グリッドの作成について詳しくは、このビデオ チュートリアルをご覧ください:
849849
850-
> [!Video https://www.youtube.com/embed/Xv_fQVQ8fmM]
850+
<iframe width="100%" height="600" src="https://www.youtube.com/embed/Xv_fQVQ8fmM">
851+
</iframe>
851852
852853
## その他のリソース
853854

docs/xplat/src/content/en/components/grids/data-grid.mdx

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2459,18 +2459,19 @@ To facilitate your work, apply the comment in the `src/styles.scss` file.
24592459
- **SnackBar Theme**
24602460
- **Badge Theme**
24612461

2462+
<PlatformBlock for="Angular">
2463+
24622464
## Tutorial video
24632465

24642466
Learn more about creating a {Platform} `Grid` in our short tutorial video:
24652467

2466-
> [!Video https://www.youtube.com/embed/Xv_fQVQ8fmM]
2468+
<iframe width="100%" height="600" src="https://www.youtube.com/embed/Xv_fQVQ8fmM">
2469+
</iframe>
24672470

24682471

24692472
## Additional Resources
24702473

24712474

2472-
<PlatformBlock for="Angular">
2473-
24742475

24752476

24762477
- [Grid Sizing](grid/sizing.md)

docs/xplat/src/content/jp/components/grids/data-grid.mdx

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2446,11 +2446,14 @@ platformBrowserDynamic()
24462446
- **SnackBar Theme**
24472447
- **Badge Theme**
24482448

2449+
<PlatformBlock for="Angular">
2450+
24492451
## チュートリアル ビデオ
24502452

24512453
{Platform} `Grid` の作成について詳しくは、このビデオ チュートリアルをご覧ください:
24522454

2453-
> [!Video https://www.youtube.com/embed/Xv_fQVQ8fmM]
2455+
<iframe width="100%" height="600" src="https://www.youtube.com/embed/Xv_fQVQ8fmM">
2456+
</iframe>
24542457

24552458

24562459
## その他のリソース

0 commit comments

Comments
 (0)