Package Manager
npm
> npm install angular-winjs
NuGet
> Install-Package Angular.WinJS
Usage
First, include WinJS in your project as described on the downloads page for WinJS
Once that is done, include Angular-WinJS in your project:
<script src="angular-winjs.js"></script>
You must also add this module to your list of angular module dependencies:
angular.module('your-module', ['winjs', 'other-module-you-depend-on', 'etc']);