| 12345678910111213141516171819202122232425262728293031323334 |
- <!-- * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * -->
- <!-- * * * * * * * * * * * The content below * * * * * * * * * * * -->
- <!-- * * * * * * * * * * is only a placeholder * * * * * * * * * * -->
- <!-- * * * * * * * * * * and can be replaced. * * * * * * * * * * -->
- <!-- * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * -->
- <!-- * * * * * * * * * Delete the template below * * * * * * * * * -->
- <!-- * * * * * * * to get started with your project! * * * * * * * -->
- <!-- * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * -->
- <style>
-
- </style>
- <mat-toolbar class="toolbar">
- <button mat-icon-button aria-label="menu">
- <mat-icon>menu</mat-icon>
- </button>
- <button mat-icon-button [routerLink]="'/'">
- <mat-icon>home</mat-icon>
- </button>
- {{title}}
- </mat-toolbar>
- <!-- * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * -->
- <!-- * * * * * * * * * * * The content above * * * * * * * * * * * * -->
- <!-- * * * * * * * * * * is only a placeholder * * * * * * * * * * * -->
- <!-- * * * * * * * * * * and can be replaced. * * * * * * * * * * * -->
- <!-- * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * -->
- <!-- * * * * * * * * * * End of Placeholder * * * * * * * * * * * * -->
- <!-- * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * -->
- <div class="content">
- <tablex></tablex>
- <router-outlet></router-outlet>
- </div>
|