这是由于Chrome 49不再支持ES6,Angular 14需要ES6支持,因此需要更新Chrome浏览器或使用较旧版本的Angular。解决方法之一是在Polfill库中使用ES6补丁程序,这样可以在Chrome 49上运行Angular 14。使用以下命令安装polfill库:
npm install --save es6-shim
在Angular项目中添加以下代码:
import 'es6-shim';
import 'reflect-metadata';
require('zone.js/dist/zone');
这样,Angular应该可以在Windows XP上使用Chrome 49。