Cordova plugins supported in Ionic?

I’m trying to get the Social Sharing plugin working, and am running into the following error message:

Property 'plugins' does not exist on type 'Window'.

I’ve run through the Cordova and Ionic command line inputs that are listed above, and copy / pasted the socialShare () function that @joshmorony posted.

Am I missing some configuration steps? Do I need to add a script directive to index.html? I tried the below, but no joy.

<script src="lib/ngCordova/dist/ng-cordova.js"></script>

Thanks.