You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Unfortunately the library is not going well with enabled strictTemplates that used by default from some version of Angular. The same problem is for theme="dark" since it has theme: boolean; type in the lib - as a result it's can not be compiled at all.
But you could workaround it and hope it's fixed someday:
<div [tooltip]="auditoriumTooltip" [content-type]="'template'" [hide-delay]="0"> <ng-template #auditoriumTooltip> <p> {{auditoriumListSecondSectionNew.name}} </p> <p> Description : {{auditoriumListSecondSectionNew.description}} </p> </ng-template> </div>
i don't know where is the issue
The text was updated successfully, but these errors were encountered: