We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
IMPORTANT
ERROR Error: StaticInjectorError(AppModule)[Circle -> NguiMapComponent]: StaticInjectorError(Platform: core)[Circle -> NguiMapComponent]: NullInjectorError: No provider for NguiMapComponent!
Steps to reproduce and a minimal demo demo
svg:circle
Current behavior
Expected/desired behavior
Other information
The text was updated successfully, but these errors were encountered:
Any workaround for this issue? Mine was using NgNonBindable directive in the svg element, but it won't allow you to bind data to any child element.
Sorry, something went wrong.
It also happens with polygon tag
Please use ngNonBindable
<ngui-map zoom="5" center="24.886, -70.268" scrollwheel="false"> <map-polygon [editable]="true" [paths]="paths" [strokeColor]="'#FFC107'" [strokeOpacity]="0.8" [strokeWeight]="2" [fillColor]="'#FFC107'" [fillOpacity]="0.35"></map-polygon> </ngui-map> <svg ngNonBindable viewBox="0 0 100 100" xmlns="http://www.w3.org/2000/svg"> <circle cx="50" cy="50" r="10"/> </svg>
No branches or pull requests
IMPORTANT
Steps to reproduce and a minimal demo
demo
svg:circle
)Current behavior
Expected/desired behavior
Other information
The text was updated successfully, but these errors were encountered: