pbastowski / angular2-now

Angular 2 @Component syntax for Angular 1 apps
MIT License
145 stars 15 forks source link

Create angular2now.d.ts #19

Closed ghost closed 8 years ago

ghost commented 9 years ago

initial typescript definitions

This PR is not meant to be merged into this repo. This is for others to review and to contribute.

The definitons should be submitted to https://github.com/borisyankov/DefinitelyTyped instead.

Will need to do unit tests before it will be accepted by DT.

ghost commented 8 years ago

@pbastowski I believe there is a way now to specify a d.ts in npm and have typescript 1.7(+) find it and use it. Otherwise, if someone wants to submit this to definatelytyped, write some unit tests and submit it. I'm not longer on an angular project, so I will pass the torch to someone who is.

pbastowski commented 8 years ago

@robertbaker thanks for the tip. I will look into it.

pbastowski commented 8 years ago

Typings were provided through another PR https://github.com/pbastowski/angular2-now/pull/56, so, closing this PR.