You need to add the operator like this:
import 'rxjs/add/operator/toPromise';
This is needed for every rxjs operator you want to use.
You need to add the operator like this:
import 'rxjs/add/operator/toPromise';
This is needed for every rxjs operator you want to use.