Angular应用程序在IE和chrome中可以正常工作,但在Safari中即使没有显示任何错误也无法正常工作,并尝试使用polyfill
和此处的polyfill.ts
/** IE9, IE10 and IE11 requires all of the following polyfills. **/
import 'core-js/es6/symbol';
import 'core-js/es6/object';
import 'core-js/es6/function';
import 'core-js/es6/parse-int';
import 'core-js/es6/parse-float';
import 'core-js/es6/number';
import 'core-js/es6/math';
import 'core-js/es6/string';
import 'core-js/es6/date';
import 'core-js/es6/array';
import 'core-js/es6/regexp';
import 'core-js/es6/map';
import 'core-js/es6/weak-map';
import 'core-js/es6/set';
import 'core-js/client/shim';
import 'intl';
import 'intl/locale-data/jsonp/en';
/** IE10 and IE11 requires the following for NgClass support on SVG elements */
import 'classlist.js'; // Run `npm install --save classlist.js`.
/** IE10 and IE11 requires the following for the Reflect API. */
import 'core-js/es6/reflect';
/** Evergreen browsers require these. **/
// Used for reflect-metadata in JIT. If you use AOT (and only Angular decorators), you can remove.
import 'core-js/es7/reflect';
import 'web-animations-js'; // Run `npm install --save web-animations-js`.
import 'zone.js/dist/zone'; // Included with Angular CLI.
和package.json中的所有版本均为6.x
答案 0 :(得分:2)
Angular 6支持Safari版本> =10。截至目前(2019年8月1日),在Windows系统上safari的最新版本是5,在Mac上的最新版本是12。如果您要在Windows野生动物园上进行验证,则无法使用。您需要在Mac机器上进行检查。
您可以查看野生动物园发布历史记录here