app.component.html 1.4 KB

12345678910111213141516171819202122232425262728293031323334
  1. <!-- * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * -->
  2. <!-- * * * * * * * * * * * The content below * * * * * * * * * * * -->
  3. <!-- * * * * * * * * * * is only a placeholder * * * * * * * * * * -->
  4. <!-- * * * * * * * * * * and can be replaced. * * * * * * * * * * -->
  5. <!-- * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * -->
  6. <!-- * * * * * * * * * Delete the template below * * * * * * * * * -->
  7. <!-- * * * * * * * to get started with your project! * * * * * * * -->
  8. <!-- * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * -->
  9. <style>
  10. </style>
  11. <mat-toolbar class="toolbar">
  12. <button mat-icon-button aria-label="menu">
  13. <mat-icon>menu</mat-icon>
  14. </button>
  15. <button mat-icon-button [routerLink]="'/'">
  16. <mat-icon>home</mat-icon>
  17. </button>
  18. {{title}}
  19. </mat-toolbar>
  20. <!-- * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * -->
  21. <!-- * * * * * * * * * * * The content above * * * * * * * * * * * * -->
  22. <!-- * * * * * * * * * * is only a placeholder * * * * * * * * * * * -->
  23. <!-- * * * * * * * * * * and can be replaced. * * * * * * * * * * * -->
  24. <!-- * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * -->
  25. <!-- * * * * * * * * * * End of Placeholder * * * * * * * * * * * * -->
  26. <!-- * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * -->
  27. <div class="content">
  28. <tablex></tablex>
  29. <router-outlet></router-outlet>
  30. </div>