SyntaxFix
Write A Post
Hire A Developer
Questions
as of RC5 you need to import the HttpModule like so :
import { HttpModule } from '@angular/http';
then include the HttpModule in the imports array as mentioned above by Günter.