@@ -106,7 +106,7 @@ <h1>Getting Started</h1>
106
106
</ button >
107
107
</ div >
108
108
< div fxLayout ="column " fxLayoutAlign ="center ">
109
- < video *ngIf ="true " autoplay loop >
109
+ < video *ngIf ="true " controls autoplay loop >
110
110
< source
111
111
src ="assets/tutorials/ng_g_appname2.mp4 "
112
112
type ="video/mp4 ">
@@ -116,7 +116,7 @@ <h1>Getting Started</h1>
116
116
< p > waiting......</ p >
117
117
</ div >
118
118
119
- < video *ngIf ="true " autoplay loop >
119
+ < video *ngIf ="true " controls autoplay loop >
120
120
< source
121
121
src ="assets/tutorials/ng_g_appname_done2.mp4 "
122
122
type ="video/mp4 ">
@@ -127,7 +127,7 @@ <h1>Getting Started</h1>
127
127
and check the project structure.</ p >
128
128
</ div >
129
129
130
- < video *ngIf ="true " autoplay loop >
130
+ < video *ngIf ="true " controls autoplay loop >
131
131
< source
132
132
src ="assets/tutorials/cd_angularapp.mp4 "
133
133
type ="video/mp4 ">
@@ -173,7 +173,7 @@ <h1>Getting Started</h1>
173
173
</ button >
174
174
</ div >
175
175
< div fxLayoutAlign ="center ">
176
- < video *ngIf ="true " autoplay loop >
176
+ < video *ngIf ="true " controls autoplay loop >
177
177
< source
178
178
src ="assets/tutorials/npm_i_material_cdk.mp4 "
179
179
type ="video/mp4 ">
@@ -199,7 +199,7 @@ <h1>Getting Started</h1>
199
199
</ button >
200
200
</ div >
201
201
< div fxLayoutAlign ="center ">
202
- < video *ngIf ="true " autoplay loop >
202
+ < video *ngIf ="true " controls autoplay loop >
203
203
< source
204
204
src ="assets/tutorials/npm_i_animations.mp4 "
205
205
type ="video/mp4 ">
@@ -242,7 +242,7 @@ <h1>Getting Started</h1>
242
242
</ button >
243
243
</ div >
244
244
< div fxLayoutAlign ="center ">
245
- < video *ngIf ="true " autoplay loop >
245
+ < video *ngIf ="true " controls autoplay loop >
246
246
< source
247
247
src ="assets/tutorials/import_theme.mp4 "
248
248
type ="video/mp4 ">
@@ -252,7 +252,7 @@ <h1>Getting Started</h1>
252
252
< p > Or create your own material theme and import it in the style.css file</ p >
253
253
</ div >
254
254
< div fxLayoutAlign ="center ">
255
- < video *ngIf ="true " autoplay loop >
255
+ < video *ngIf ="true " controls autoplay loop >
256
256
< source
257
257
src ="assets/tutorials/import_custom_theme.mp4 "
258
258
type ="video/mp4 ">
@@ -304,7 +304,7 @@ <h1>Getting Started</h1>
304
304
</ button >
305
305
</ div >
306
306
< div fxLayoutAlign ="center ">
307
- < video *ngIf ="true " autoplay loop >
307
+ < video *ngIf ="true " controls autoplay loop >
308
308
< source
309
309
src ="assets/tutorials/link_material_design_icons.mp4 "
310
310
type ="video/mp4 ">
@@ -378,7 +378,7 @@ <h1>Getting Started</h1>
378
378
</ button >
379
379
</ div >
380
380
< div fxLayoutAlign ="center ">
381
- < video *ngIf ="true " autoplay loop >
381
+ < video *ngIf ="true " controls autoplay loop >
382
382
< source
383
383
src ="assets/tutorials/material_design_icons_self_hosting.mp4 "
384
384
type ="video/mp4 ">
@@ -418,7 +418,7 @@ <h1>Getting Started</h1>
418
418
</ button >
419
419
</ div >
420
420
< div fxLayoutAlign ="center ">
421
- < video *ngIf ="true " autoplay loop >
421
+ < video *ngIf ="true " controls autoplay loop >
422
422
< source
423
423
src ="assets/tutorials/npm_i_ngx_material_password_strength.mp4 "
424
424
type ="video/mp4 ">
0 commit comments