summaryrefslogtreecommitdiffstats
path: root/public/src/app/app.component.html
diff options
context:
space:
mode:
Diffstat (limited to 'public/src/app/app.component.html')
-rw-r--r--public/src/app/app.component.html7
1 files changed, 7 insertions, 0 deletions
diff --git a/public/src/app/app.component.html b/public/src/app/app.component.html
new file mode 100644
index 0000000..adb06f1
--- /dev/null
+++ b/public/src/app/app.component.html
@@ -0,0 +1,7 @@
+<!-- <div class="container"> -->
+<main [@slideAnimation]="getRouterOutletState(o)">
+ <app-error-dialog></app-error-dialog>
+ <app-loader [hidden]="!this.store.loader"></app-loader>
+ <router-outlet #o="outlet"></router-outlet>
+</main>
+<!-- </div> -->