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
This is related to #36 and or a continuation of it since it got closed.
I still do not see this working even with doing the what your link in #36 says
Things I tried:
Removing completely which then angular 8 (not sure about previous versions) gives this Error: No base href set. Please provide a value for the APP_BASE_HREF token or add a base element to the document.
I provide the APP_BASE_HREF in the module which gets the error gone but the svgs still are not being renderd.
This is related to #36 and or a continuation of it since it got closed.
I still do not see this working even with doing the what your link in #36 says
Things I tried:
Removing completely which then angular 8 (not sure about previous versions) gives this
Error: No base href set. Please provide a value for the APP_BASE_HREF token or add a base element to the document.
I provide the APP_BASE_HREF in the module which gets the error gone but the svgs still are not being renderd.
I think the proper solution is an @input() for the base url property which is what this added.
danilowoz/react-content-loader#93
Without baseUrl it seems cannot have the
<base href="/">
which Angular 8 seems to complain about it not being there.Unless I am missing something?
Thoughts?
The text was updated successfully, but these errors were encountered: