以下示例是关于Javascript中包含错误。未找到模块。错误。不能解决'swiper angular'。用法的示例代码,想了解错误。未找到模块。错误。不能解决'swiper angular'。的具体用法?错误。未找到模块。错误。不能解决'swiper angular'。怎么用?错误。未找到模块。错误。不能解决'swiper angular'。使用的例子?那么可以参考以下相关源代码片段来学习它的具体使用方法。
I resolved it doing this in tsconfig.json:
"compilerOptions": {
...
"paths": {
"swiper_angular": ["../node_modules/swiper/angular"]
}
}
本文地址:https://www.itbaoku.cn/snippets/785488.html