summaryrefslogtreecommitdiff
path: root/overlays/spm/frontend/src/app/app.component.html
blob: f9b5b8fc6bf67146f33a1719e51f4bd86007f29a (plain)
1
2
3
4
5
6
7
<mat-toolbar color="primary">
  <div>
    <a mat-button routerLink="/spm" routerLinkActive="active">spm</a>
  </div>
</mat-toolbar>
<!-- The routed views render in the <router-outlet> -->
<router-outlet></router-outlet>