How to use Javascript plugin in in ionic 3 (Typescript)?

时间:2018-02-26 17:38:22

标签: typescript ionic2 ionic3

I found a plugin API to communicate with the social network Vkontakte. link vkapi plugin How do I install it in my project? The compiler swears at

var VK = require('vksdk');

I am using the latest versions of ionic.

1 个答案:

答案 0 :(得分:0)

这是包含节点包的nodejs语法。我们不使用类似离子的插件。首先在离子中使用插件,然后通过运行命令添加插件:" Ionic cordova插件添加插件名称"。然后将其包含在app.module.ts文件中的提供程序中。