I am using primeNg component in angular 7 project.
<p-menu [model]="items" ></p-menu>
while dealing with this component we don't have access to its internal structure to show click menu item as selected. to push active class when a certain menu will be selected and change its color.
Does anybody have any idea about this?