I attempting to use an angular2 http request, but I am getting the following error: [Error] EXCEPTION: No provider for ConnectionBackend! (AppComponent -> Http -> Connection
src/main.ts
import { HTTP_PROVIDERS, ConnectionBackend } from '@angular/http'; bootstrap(AppComponent, [ HTTP_PROVIDERS, ConnectionBackend ]);
Using angular-cli@1.0.0-beta.10 and angular@2.0.0-rc.4