1
votes

Used all the below references but still in VS 2015 I'm getting below errors

Cannot find name Promise and Property 'toPromise' does not exist on type 'Observable'

Use Below Imports

import {Http, Headers, Response} from '@angular/http'; import 'rxjs/add/operator/toPromise';

1

1 Answers

2
votes

I use Visual Studio 2015 update 3 and had the same problem. I changed file

C:\Program Files (x86)\Microsoft Visual Studio 14.0\Common7\IDE\CommonExtensions\Microsoft\TypeScript\typescriptServices.js

with the file from

and my problem went away.

enter image description here Maybe it helps you too