首页 > 解决方案 > 如何使用低版本的 Mozilla 运行 Angular 6 项目?

问题描述

我有mozilla firefox 31.5.0版本,当我尝试angular 6用它打开项目时,我得到了白屏和 2 登录控制台。

mutating the [[Prototype]] of an object will cause your code to run very slowly; instead create the object with the correct initial [[Prototype]] value using Object.create 

类型错误:这是未定义的。

我的大问题是我无法更新我的浏览器(mozilla)版本。我需要任何解决方案如何修复它并在此mozilla版本上运行我的应用程序

标签: angularmozillaangular6

解决方案


也许你应该使用polyfills

https://angular.io/guide/browser-support


推荐阅读