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
component name: ngx-guides
component version: 0.17.1 issue:The changeGuides event does not trigger!!!
` <ngx-guides #horizontalGuides type="horizontal" class="guides horizontal" [snaps]="horizontalSnapGuides" [snapThreshold]="5" [displayDragPos]="true" [zoom]="eds.scale_val / 100" [unit]="50" (changeGuides)="onChangeGuides($event)"
`
onChangeGuides(e) { alert(1); console.log(e.guides); }
The text was updated successfully, but these errors were encountered:
@taoqingfeng
ngx-guides@0.17.2 is released. Check it again
Sorry, something went wrong.
fix: fix angular event #55
28f876d
No branches or pull requests
component name: ngx-guides
component version: 0.17.1
issue:The changeGuides event does not trigger!!!
` <ngx-guides
#horizontalGuides
type="horizontal"
class="guides horizontal"
[snaps]="horizontalSnapGuides"
[snapThreshold]="5"
[displayDragPos]="true"
[zoom]="eds.scale_val / 100"
[unit]="50"
(changeGuides)="onChangeGuides($event)"
onChangeGuides(e) { alert(1); console.log(e.guides); }
The text was updated successfully, but these errors were encountered: