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
And I got an error like this ERROR Error: Uncaught (in promise): Error: StaticInjectorError(AppModule)[Polygon -> NguiMapComponent]: StaticInjectorError(Platform: core)[Polygon -> NguiMapComponent]: NullInjectorError: No provider for NguiMapComponent! Error: StaticInjectorError(AppModule)[Polygon -> NguiMapComponent]: StaticInjectorError(Platform: core)[Polygon -> NguiMapComponent]: NullInjectorError: No provider for NguiMapComponent!
The text was updated successfully, but these errors were encountered:
Please try `<svg ngNonBindable ....>
thank's allenhwkim this works for me. but I didn't undestrand why can you Explain me why my code is working when I add 'ngNonBindable ' property?
Hey guys, I have a problem with adding new component with svg init. For example I am adding this to my component which is basic things:
<svg width="20px" height="20px" viewBox="0 0 20 20" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"> <g id="Page-1" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd"> <g id="Artboard"> <g id="crossed"> <!-- <circle id="Oval" fill="#223254" cx="10" cy="10" r="10"></circle> --> <path d="M7,7 L13,13" id="Path" stroke="#FFFFFF" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path> <path d="M7,13 L13,7" id="Path-2" stroke="#FFFFFF" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path> </g> </g> </g> </svg>
And I got an error like this
ERROR Error: Uncaught (in promise): Error: StaticInjectorError(AppModule)[Polygon -> NguiMapComponent]: StaticInjectorError(Platform: core)[Polygon -> NguiMapComponent]: NullInjectorError: No provider for NguiMapComponent! Error: StaticInjectorError(AppModule)[Polygon -> NguiMapComponent]: StaticInjectorError(Platform: core)[Polygon -> NguiMapComponent]: NullInjectorError: No provider for NguiMapComponent!
The text was updated successfully, but these errors were encountered: