且构网

分享程序员开发的那些事...
且构网 - 分享程序员编程开发的那些事

将 Angular 从 8 更新到 9 后延迟加载的模块警告

更新时间:2023-08-28 22:45:40

你可以在 tsconfig 下面的 include 属性中添加这个路径来排除

you can add this path to exclude in tsconfig below include property

"exclude": [
    "path/to/module"
  ]