Skip to content

Commit 1f88c3d

Browse files
committed
demo(app): added controls for the videos
1 parent f004561 commit 1f88c3d

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

demo/src/app/getting-started/getting-started.component.html

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ <h1>Getting Started</h1>
106106
</button>
107107
</div>
108108
<div fxLayout="column" fxLayoutAlign="center">
109-
<video *ngIf="true" autoplay loop>
109+
<video *ngIf="true" controls autoplay loop>
110110
<source
111111
src="assets/tutorials/ng_g_appname2.mp4"
112112
type="video/mp4">
@@ -116,7 +116,7 @@ <h1>Getting Started</h1>
116116
<p>waiting......</p>
117117
</div>
118118

119-
<video *ngIf="true" autoplay loop>
119+
<video *ngIf="true" controls autoplay loop>
120120
<source
121121
src="assets/tutorials/ng_g_appname_done2.mp4"
122122
type="video/mp4">
@@ -127,7 +127,7 @@ <h1>Getting Started</h1>
127127
and check the project structure.</p>
128128
</div>
129129

130-
<video *ngIf="true" autoplay loop>
130+
<video *ngIf="true" controls autoplay loop>
131131
<source
132132
src="assets/tutorials/cd_angularapp.mp4"
133133
type="video/mp4">
@@ -173,7 +173,7 @@ <h1>Getting Started</h1>
173173
</button>
174174
</div>
175175
<div fxLayoutAlign="center">
176-
<video *ngIf="true" autoplay loop>
176+
<video *ngIf="true" controls autoplay loop>
177177
<source
178178
src="assets/tutorials/npm_i_material_cdk.mp4"
179179
type="video/mp4">
@@ -199,7 +199,7 @@ <h1>Getting Started</h1>
199199
</button>
200200
</div>
201201
<div fxLayoutAlign="center">
202-
<video *ngIf="true" autoplay loop>
202+
<video *ngIf="true" controls autoplay loop>
203203
<source
204204
src="assets/tutorials/npm_i_animations.mp4"
205205
type="video/mp4">
@@ -242,7 +242,7 @@ <h1>Getting Started</h1>
242242
</button>
243243
</div>
244244
<div fxLayoutAlign="center">
245-
<video *ngIf="true" autoplay loop>
245+
<video *ngIf="true" controls autoplay loop>
246246
<source
247247
src="assets/tutorials/import_theme.mp4"
248248
type="video/mp4">
@@ -252,7 +252,7 @@ <h1>Getting Started</h1>
252252
<p>Or create your own material theme and import it in the style.css file</p>
253253
</div>
254254
<div fxLayoutAlign="center">
255-
<video *ngIf="true" autoplay loop>
255+
<video *ngIf="true" controls autoplay loop>
256256
<source
257257
src="assets/tutorials/import_custom_theme.mp4"
258258
type="video/mp4">
@@ -304,7 +304,7 @@ <h1>Getting Started</h1>
304304
</button>
305305
</div>
306306
<div fxLayoutAlign="center">
307-
<video *ngIf="true" autoplay loop>
307+
<video *ngIf="true" controls autoplay loop>
308308
<source
309309
src="assets/tutorials/link_material_design_icons.mp4"
310310
type="video/mp4">
@@ -378,7 +378,7 @@ <h1>Getting Started</h1>
378378
</button>
379379
</div>
380380
<div fxLayoutAlign="center">
381-
<video *ngIf="true" autoplay loop>
381+
<video *ngIf="true" controls autoplay loop>
382382
<source
383383
src="assets/tutorials/material_design_icons_self_hosting.mp4"
384384
type="video/mp4">
@@ -418,7 +418,7 @@ <h1>Getting Started</h1>
418418
</button>
419419
</div>
420420
<div fxLayoutAlign="center">
421-
<video *ngIf="true" autoplay loop>
421+
<video *ngIf="true" controls autoplay loop>
422422
<source
423423
src="assets/tutorials/npm_i_ngx_material_password_strength.mp4"
424424
type="video/mp4">

0 commit comments

Comments
 (0)