truskowc

Results 3 comments of truskowc

+1 “vuid” is the cookie, fyi

Getting the same issue. What's going on with this?

For those looking for a fix you can rewrite the class interpolation: class="icon {{ parentMenu.iconClass }}" to [ngClass]="[ parentMenu.iconClass ? parentMenu.iconClass : '' ]" this worked for me