aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/app.component.html
diff options
context:
space:
mode:
authorChocobozzz <me@florianbigard.com>2017-12-12 14:57:46 +0100
committerChocobozzz <me@florianbigard.com>2017-12-12 14:57:46 +0100
commitc893d4514e6ecbf282c7985fe5f82b8acd8a1137 (patch)
treec7e9b9d53de5a8e8826e26785ae6019131036948 /client/src/app/app.component.html
parent77d07d690968a9631fc0c8bafbaebd27a5ebaab6 (diff)
downloadPeerTube-c893d4514e6ecbf282c7985fe5f82b8acd8a1137.tar.gz
PeerTube-c893d4514e6ecbf282c7985fe5f82b8acd8a1137.tar.zst
PeerTube-c893d4514e6ecbf282c7985fe5f82b8acd8a1137.zip
Add beautiful loading bar
Diffstat (limited to 'client/src/app/app.component.html')
-rw-r--r--client/src/app/app.component.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/client/src/app/app.component.html b/client/src/app/app.component.html
index da4273dda..1a808b397 100644
--- a/client/src/app/app.component.html
+++ b/client/src/app/app.component.html
@@ -34,5 +34,6 @@
34 </div> 34 </div>
35</div> 35</div>
36 36
37<ngx-loading-bar [includeSpinner]="false" color="#F1680D"></ngx-loading-bar>
37<my-confirm></my-confirm> 38<my-confirm></my-confirm>
38<simple-notifications [options]="notificationOptions"></simple-notifications> 39<simple-notifications [options]="notificationOptions"></simple-notifications>