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

fix: unable to transpile with tsc 2.3.2, node 7.10.0, npm 4.2.0 #51

Merged
merged 1 commit into from
May 6, 2017
Merged

fix: unable to transpile with tsc 2.3.2, node 7.10.0, npm 4.2.0 #51

merged 1 commit into from
May 6, 2017

Conversation

emma-murray
Copy link

THIS operator was scoped to the surrounding function expression, so it was picking up a void object when I ran npm transpile. Modified to use arrow function expression to give expression access to the ng2DragDropService on the class.

…se of function-scoped THIS operator; modified to use arrow function expression
@ObaidUrRehman ObaidUrRehman merged commit b0c3bee into ObaidUrRehman:develop May 6, 2017
@ObaidUrRehman
Copy link
Owner

Thanks @emma-murray

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

Successfully merging this pull request may close these issues.

2 participants