I followed https://www.primefaces.org/primeng/#/menubar which is good to display menu-items that can be passed as a list. My requirement is to add App related logo image to the top-left corner. Plz can someone advise how to make this work.
ngOnInit() {
this.items = [
{label: 'Chart', icon: 'fa-bar-chart', routerLink: 'charts'},
and my html looks as below
<p-menubar [model]="items"></p-menubar>
As am just passing items as an array, may I know how to display app-logo-image.