Skip to content
New issue

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

1.2.2 AOT Failing with sortable component #1514

Closed
sublime392 opened this issue Jan 17, 2017 · 2 comments
Closed

1.2.2 AOT Failing with sortable component #1514

sublime392 opened this issue Jan 17, 2017 · 2 comments

Comments

@sublime392
Copy link
Contributor

Property 'items' is private and only accessible within class 'SortableComponent'.

@Torqode
Copy link

Torqode commented Jan 17, 2017

AOT is also failing in the SortableComponent due to the mouseleave event not passing a DragEvent to the event handler.

template: (mouseleave)="resetActiveItem()"

public resetActiveItem(event: DragEvent): void { this.cancelEvent(event); this.activeItem = -1; }

@valorkin
Copy link
Member

Fixed in v1.2.4

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants