h-selfdelivery-admin-panel-p/src/app/components/menu/menu.component.html
Luba Kaysina 4296ee3755 сделала нотификацию
добавила функционал на вкладки зоны, подразделения, терминалы, клиенты
2022-06-10 16:31:48 +04:00

6 lines
201 B
HTML

<div class="menu-container">
<div id="menu" *ngFor="let item of menuItems" (click)="redirect(item.path)" style="margin: 20px 20px 20px 5px; font-size:20px">
{{item.name}}
</div>
</div>