Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
C
chorus-video
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Natalia
chorus-video
Commits
c56a9314
Commit
c56a9314
authored
May 14, 2019
by
Natalia
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add loading video spinner
parent
95aa6145
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
1 deletion
+4
-1
video-details.component.html
src/app/video-details/video-details.component.html
+4
-1
No files found.
src/app/video-details/video-details.component.html
View file @
c56a9314
...
...
@@ -2,6 +2,9 @@
<div
class=
"video-details"
*
ngIf=
"(videoId$ | async) as videoId; else noIdContainer"
>
<h1
[
class
.
display-none
]="!
videoLoaded
"
>
Moment from meeting with Two Pillars
</h1>
<div
*
ngIf=
"!videoLoaded"
>
<mat-spinner></mat-spinner>
</div>
<div
class=
"video-container"
#
player
[
class
.
display-none
]="!
videoLoaded
"
>
<video
#
video
class=
"video"
[
attr
.
src
]="'
https:
//
static
.
chorus
.
ai
/
api
/'
+
videoId
+
'.
mp4
'"
preload=
"auto"
>
This browser does not support HTML5 video.
...
...
@@ -16,7 +19,7 @@
</div>
<div
*
ngIf=
"(loading$ | async)"
>
<mat-progress-spinner></mat-progress
-spinner>
<mat-spinner></mat
-spinner>
</div>
<div
class=
"transcript-container"
*
ngIf=
"!(loading$ | async) && (transcript$ | async) as transcript"
>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment