标签: azure ionic3
我需要导入WindowsAzure以在我的项目ionic中使用。
import { WindowsAzure } from 'cordova-plugin-ms-azure-mobile-apps';
无法正常导入。
答案 0 :(得分:0)
尝试一下:
import * as WindowsAzure from 'azure-mobile-apps-client';