I added icon from asset folder for PrimeNG MenuItem like this following, but it is not showing.
this.menu = [
{
label: 'Dashboard',
icon: 'dashboard-icon'
}
]
In css,
.dashboard-icon { background-image: url("./assets/icons/dashboard.svg"); }
Am I missing something, or what is the correct way?