An Angular component library to create shopping carts. Based on it's predecessor for Angular.js with tons of improvements.
This library is compatible with Angular version >=5
Using npm
npm install ng-shopping-cart --saveor yarn
yarn add ng-shopping-cartDocumentation is available at http://devconcept.github.io/ng-shopping-cart/
Dgeni is used to automatically generate documentation from the source code.
If you spot an error please consider reporting it.
You can find a demo of the library in the url http://devconcept.github.io/ng-shopping-cart/demo/.
The demo is also available if you:
npm installnpm start or ng run demoLess and stylus support
Aria enabled components
Support for object keys in cart items
Built-in service for storing cart items in a remote server
Stripe checkout support
Enhanced PayPal support
Flexbox and CSS grid support
Reactive components?
Ideas and suggestions are always welcome. You can also contribute. Check the contribution guidelines.
MIT