gpt4 book ai didi

angular - 如何在 Angular App 中添加 URL Polyfill

转载 作者:太空狗 更新时间:2023-10-29 17:24:35 26 4
gpt4 key购买 nike

我们想使用 https://github.com/auth0/angular2-jwt在我们的应用程序中。现在它说,Internet Explorer 11 支持需要 URL polyfill .需要帮助或步骤才能在 Angular 应用程序中添加此 polyfill。

最佳答案

  1. 如果您还没有安装 Angular CLI,请确保您的计算机已全局安装:

    npm install -g @angular/cli
  2. cd 到你的项目根目录(package.json 所在的目录)

  3. 安装 URL polyfill(--save 将 polyfill 添加到您的 package.json 文件):

    npm install url-polyfill --save
  4. 打开 Angular polyfills.ts 文件并在“/** IE10 and IE11 requries...”这一行之后添加这一行:

    import 'url-polyfill';

关于angular - 如何在 Angular App 中添加 URL Polyfill,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/49449947/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com