在NathaWalker angular-seed-advanced中导入移动特定的nativescript插件

时间:2017-09-24 21:23:26

标签: nativescript angular2-nativescript nativescript-plugin angular-seed-advanced

我最近开始研究Nativescript。我发现NathanWalker的角度种子先进非常有趣。我正面临一个问题。如何在我的组件中导入移动特定的nativescript插件,因为该组件也用于Web应用程序。

如果我在src / client / app / components中直接导入nativescript插件,那么Web应用程序将无法按预期工作。我需要知道如何安全地导入插件,以便Web应用程序和移动应用程序按预期工作

1 个答案:

答案 0 :(得分:0)

您可以在Root模块文件中导入特定于移动设备的项目,即 native.module.ts

在同一个种子项目中的

Code organization部分读取我的文件可以很好地了解哪个文件是什么,包括上面的文件。

希望这有帮助:)