DefinitelyTyped / tsd

[DEPRECATED] TypeScript Definition manager for DefinitelyTyped
Apache License 2.0
1.12k stars 135 forks source link

Angular 2 tsd http.d.ts #283

Open priyalakshmis opened 8 years ago

priyalakshmis commented 8 years ago

how to get http.d.ts file. In order to support angular2 with http

lholznagel commented 8 years ago

The Angular 2 Repo already contains all defintion files.

In a older Version of Angular you had to add ///<reference path="../node_modules/angular2/typings/browser.d.ts"/> on top of your bootstrap file.

priyalakshmis commented 8 years ago

Thank you so much....currently I am working in angular2...i get error like angular2/http is not found in component import. Hence I was searching to attach http.d.ts file into typing folder..I am not able to find solution.

-----Original Message----- From: "Lars" notifications@github.com Sent: ‎08-‎04-‎2016 08:42 PM To: "DefinitelyTyped/tsd" tsd@noreply.github.com Cc: "priyalakshmis" priya.lakshmi.sairam@gmail.com Subject: Re: [DefinitelyTyped/tsd] Angular 2 tsd http.d.ts (#283)

The Angular 2 Repo already contains all defintion files. In a older Version of Angular you had to add /// on top of your bootstrap file. — You are receiving this because you authored the thread. Reply to this email directly or view it on GitHub