add display materials WIP

This commit is contained in:
pakintada@gmail.com 2024-01-24 16:25:49 +07:00
parent ad8913f3c5
commit e6f5d152f0
9 changed files with 151 additions and 281 deletions

View file

@ -39,6 +39,11 @@ export class LayoutComponent implements OnInit, OnDestroy {
icon_url: 'assets/icons/logs.svg',
link: '/' + this.current_department + '/log',
},
{
name: 'Materials',
icon_url: '',
link: '/' + this.current_department + '/materials',
}
];
date = new Date();
clockSubscription: Subscription | null = null;