Availity Angular SDK
availity.github.io/availity-angular
- Internet Explorer 9 and newer
- Google Chrome
- Mozilla Firefox
Other browsers should be supported as well but you may experience some issues.
Install the Availity Angular SDK with npm.
$ npm install availity-angular --save
The Availity Angular lib was heavily inspired by multiple open source frameworks. If for some reason a library could not be used directly (IE9 limitation), we've reused that projects code directly in this project. Please check out the libs below for some beautifully written code.
- Ensure release is occurring on
master
branch:git checkout master
- Run
npm test
and ensure all test are passing - Run
npm run build
- Run
npm version ${version}
where version is the appropriate semantic release number. - Run
npm publish
. You must be listed as a collaborator https://www.npmjs.com/package/availity-angular for this step to work.
Copyright (c) 2017 Availity, LLC