summaryrefslogtreecommitdiff
path: root/overlays/spm/frontend/src/app/app.component.html
diff options
context:
space:
mode:
Diffstat (limited to 'overlays/spm/frontend/src/app/app.component.html')
-rw-r--r--overlays/spm/frontend/src/app/app.component.html7
1 files changed, 7 insertions, 0 deletions
diff --git a/overlays/spm/frontend/src/app/app.component.html b/overlays/spm/frontend/src/app/app.component.html
new file mode 100644
index 00000000..f9b5b8fc
--- /dev/null
+++ b/overlays/spm/frontend/src/app/app.component.html
@@ -0,0 +1,7 @@
1<mat-toolbar color="primary">
2 <div>
3 <a mat-button routerLink="/spm" routerLinkActive="active">spm</a>
4 </div>
5</mat-toolbar>
6<!-- The routed views render in the <router-outlet> -->
7<router-outlet></router-outlet>