Ionic 2 RC0 3rd Party Library import

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?

1 Like

I got this to work by following the instructions regarding 3rd party libraries here