angular-builds
v1.4.3
Published
A build of AngularJS version 1.4.3 in a format that's friendly for 'npm install [email protected]'
Readme
AngularJS Builds
This repo is a mirror of the AngularJS build outputs. As there are no official npm modules for Angular, I wanted a convenient way to manage Angular used for testing (with Karma) in my repos without committing the whole thing. Since my repo was already friendly to npm install after a clean clone, a Git repo seemed like an easy way to do it.
To install Angular via npm, execute:
npm install https://github.com/DanTup/angular-builds/tarball/1.2.14 --save-devNote: Be sure to replace 1.2.14 with whichever version you wish to use.
