I’m wanting to use the Azure Javascript Client Library in an Ionic 2 app (RC.0) and am looking at the instructions here.
I’m not exactly sure where I need to place the file (MobileServices.Web.min.js) and also whether or not I need to reference it in index.html
In my component I have:
import * as WindowsAzure from ‘azure-mobile-apps-client’;
so where do I place that file?