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

Typings for angular #501

Open
unional opened this issue Jun 3, 2016 · 6 comments
Open

Typings for angular #501

unional opened this issue Jun 3, 2016 · 6 comments

Comments

@unional
Copy link
Member

unional commented Jun 3, 2016

This is for angular 1.x.

Angular 2.0 already has typings build-in

@Shyam-Chen
Copy link

I have a question.

How to install Angular 2?

typings install dt~angular2 -G -S  # typings ERR!

@unional
Copy link
Member Author

unional commented Aug 6, 2016

Angular 2 doesn't need to install anything. It comes with its own typings as it is written in typescript

@seangwright
Copy link

I have a question - why aren't the angular typings from DT copied over here, maintained here for future updates to angular and the typings in DT be left there for current projects?

@felixfbecker
Copy link
Contributor

@sgwatgit That's basically how we move all the typings. It is just a lot of work and somebody has to do it ;)

@seangwright
Copy link

Gotcha. I wasn't sure what the process was or if certain users were managing that process. I have been reading most of the day trying to figure out DT vs Typings and why certain Typings (angular) are managed the way they are currently.

Since the Typings registry contains references to other repos which contain the d.ts files (as opposed to DT which contains the Typings directly) where would the angular d.ts files like live if migrated from DT?

Does anyone from the angular team maintain them at DT or are they maintained completely by the community?

@felixfbecker
Copy link
Contributor

Completely maintained by the community. The typings in typings/registry can live in any repository. We have the @types organization that has a lot of typings that our "core team" maintains (we also accept PRs of course), but you can also write your own typings in your own repo and then do a PR to add it to the registry.

As for the difference, as it stands right now DT = quantity, typings = quality.

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

No branches or pull requests

4 participants