You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The polyfill seems to have .map listed:
if ('production' === process.env.ENV) {
...
// RxJS
// In production manually include the operators you use
require('rxjs/add/operator/map');
} else {
But when I run my dist, i get
EXCEPTION: TypeError: this.http.post(...).map(...).do is not a function in [null]
In dev, works fine.
The text was updated successfully, but these errors were encountered:
The polyfill seems to have .map listed:
if ('production' === process.env.ENV) {
...
// RxJS
// In production manually include the operators you use
require('rxjs/add/operator/map');
} else {
But when I run my dist, i get
EXCEPTION: TypeError: this.http.post(...).map(...).do is not a function in [null]
In dev, works fine.
The text was updated successfully, but these errors were encountered: