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';