-
Notifications
You must be signed in to change notification settings - Fork 334
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
Typings update needed - typings/angular2/angular2.d.ts still on alpha.26 #27
Comments
You can look at https://github.com/mgechev/angular2-seed for latest typings. |
yo @NathanWalker, I changed the typing convention to
so far this is the best approach while also reinstalling tsd_typings on each npm install. I have a friend who is working on better tsd/typing management so this works for me until he is done |
Thanks @gdi2290 for the suggestion 👍 That seems like a great way to go. I'll try updating this project to follow something similar. |
…ted by @gdi2290 here: auth0-blog#27 ... Fixed Http api to match latest change in alpha.31 closes auth0-blog#27
Updated to beta 0 |
I believe the
_custom
typings folder is confusing and troublesome. When runningtsd install
it removes the_custom
folder and will install correct typings for the latest commit specified in tsd.json...which for angular2 is: DefinitelyTyped/DefinitelyTyped@e29cf4cI think the typings setup here just needs to be cleaned up and updated to help alleviate pain here?
The text was updated successfully, but these errors were encountered: