在chrome上运行我的ng2应用程序时一切都很好,但在IE11中我收到错误:
Boolean ShouldTakeSnapshot() {
return this.Version % 50 == 0;
}
任何想法?
问候
肖恩
答案 0 :(得分:1)
解决方案:
添加:
<script src="https://cdnjs.cloudflare.com/ajax/libs/core-js/2.4.0/core.js"></script>
到index.html获取IE中的支持