Angular2 IE11& Safari ng-if和路由问题

时间:2018-01-12 10:53:20

标签: angular internet-explorer components

我添加了polyfills:

<script src="node_modules/es6-shim/es6-shim.min.js"></script>
<script src="node_modules/systemjs/dist/system-polyfills.js"></script>
<script src="node_modules/angular2/es6/dev/src/testing/shims_for_IE.js"></script>

并取消注释polyfills.ts中的所有polyfill

1)当移动到另一个页面时 - 旧组件仍然位于页面下方 2)甚至包含ngIf的组件 - 一旦出现 - 仍然存在于页面上

UPD:Safari&amp; amp; IE,其他浏览器运行良好

0 个答案:

没有答案