tsd icon indicating copy to clipboard operation
tsd copied to clipboard

Angular 2 tsd http.d.ts

Open priyalakshmis opened this issue 9 years ago • 2 comments

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

priyalakshmis avatar Apr 08 '16 13:04 priyalakshmis

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.

lholznagel avatar Apr 08 '16 15:04 lholznagel

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" [email protected] Sent: ‎08-‎04-‎2016 08:42 PM To: "DefinitelyTyped/tsd" [email protected] Cc: "priyalakshmis" [email protected] 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

priyalakshmis avatar Apr 09 '16 04:04 priyalakshmis