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

Getting Started #1

Closed
agileurbanite opened this issue Mar 6, 2015 · 3 comments
Closed

Getting Started #1

agileurbanite opened this issue Mar 6, 2015 · 3 comments

Comments

@agileurbanite
Copy link

Hey Dan, heard your talk at ngconf2015 and it was cool, but I missed how to add these Typescript libraries or plugins. I tried running tsd reinstall but I'm missing tsd.d.ts. I was hoping you can update the Readme.md with an updated documentation on getting started. Thanks again and really appreciate your work on educating the community on Angular and Typescript!

@gintsgints
Copy link

Second for that....

@DanWahlin
Copy link
Owner

I'm out on vacation so I'll have to revisit this but here's what's in the tsd.d.ts file. It should be placed in the tools/typings folder.

/// <reference path="angularjs/angular.d.ts" />
/// <reference path="angularjs/angular-route.d.ts" />
/// <reference path="angularjs/angular-animate.d.ts" />
/// <reference path="jquery/jquery.d.ts" />

@gintsgints
Copy link

Ok. simple

tsd update

worked for me.

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