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
Got this on the html:
<div *ngFor="let node of nodes"> <circle-marker-element [onclick]=getNodeInformation(node) [lat]=node.position_id[0].latitude [lon]=node.position_id[0].longitude [Options]="{color:'#576887'}"> {{node.nodeName}} </circle-marker-element> </div>
getNodeInformation(node) : void{ console.log(node.nodeName); }
I'm getting 300 logs, everytime the page reload and everytime put the mouse over the marker but not clicking.
The text was updated successfully, but these errors were encountered:
Ill create a test for the specific case but I would generally prefer not to mix oclick kai ng-content
Sorry, something went wrong.
No branches or pull requests
Got this on the html:
<div *ngFor="let node of nodes"> <circle-marker-element [onclick]=getNodeInformation(node) [lat]=node.position_id[0].latitude [lon]=node.position_id[0].longitude [Options]="{color:'#576887'}"> {{node.nodeName}} </circle-marker-element> </div>
getNodeInformation(node) : void{ console.log(node.nodeName); }
I'm getting 300 logs, everytime the page reload and everytime put the mouse over the marker but not clicking.
The text was updated successfully, but these errors were encountered: