2017-09-19 16 views
0
을 덮어 쓴

polyfills.ts 파일에는 다음이 포함처리되지 않은 약속의 거부가`(창 | 글로벌) .Promise`가

Unhandled Promise rejection: Zone.js has detected that ZoneAwarePromise (window|global).Promise has been overwritten. Most likely cause is that a Promise polyfill has been loaded after Zone.js (Polyfilling Promise api is not necessary when zone.js is loaded.

:

지금
import 'core-js/es6'; 
import 'core-js/es7/reflect'; 
require('zone.js/dist/zone'); 

내가 자주 (항상은 아니지만) thiserror 무엇입니까 이 문제를 어떻게 해결할 수 있습니까?

import 'core-js/es6'; 
import 'core-js/es7/reflect'; 
require('zone.js/dist/zone'); 

Now I am frequently (but not always)

당신은 아마 때때로 잘못된 순서를 수행 일부 모듈 을 가져 :

+0

[처리되지 않은 약속 거부 : Zone.js가 ZoneAwarePromise \ (창 글로벌) .Promise \가 덮어 썼음을 감지했습니다] (https://stackoverflow.com/questions/42741628/unhandled-promise- rejection-zone-js-has-the-zoneawarepromise-window) – Chris

답변

0

How can I fix this?

당신이 제시 한 코드는 다음과 같은 올바른 순서 즉, 괜찮습니다.