import { Headers, Http } from \'@angular/http\'; @Injectable() export class PublisherService{ private publishersUrl =
You need to add the operator like this:
import 'rxjs/add/operator/toPromise';
This is needed for every rxjs operator you want to use.