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
It seem that the script.js or the ebiFrameworkAssignImageByMetaTags() doesn't seem to work in Angular. Which results in this view:
Removing ebiFrameworkAssignImageByMetaTags() from script.js and executing it from Angular context (in my case I execute it in the ngAfterViewInit in that app.component.ts helps.
The text was updated successfully, but these errors were encountered:
It seem that the
script.js
or theebiFrameworkAssignImageByMetaTags()
doesn't seem to work in Angular. Which results in this view:Removing
ebiFrameworkAssignImageByMetaTags()
fromscript.js
and executing it from Angular context (in my case I execute it in thengAfterViewInit
in thatapp.component.ts
helps.The text was updated successfully, but these errors were encountered: