摘要: angular9如需是loadChildren生效 需要修改tsconfig.json 里面的module为esnext 如果module的值为commonJS则不会生效 { "compilerOptions":{ "module": "esnext" } } 具体链接 https://github 阅读全文
posted @ 2023-01-13 18:05 飞尽堂前燕 阅读(102) 评论(0) 推荐(0) 编辑