NgShoppingCart
This is a work in progress. While most of the components and services are ready breaking changes might occur while we release a stable version.
An Angular component library to create shopping carts. Based on it's predecessor for Angular.js with tons of improvements.
Features
- All the previous components with more features.
- An extra
CartShowcaseComponent
to help e-commerce applications to quickly build screens to display their available products. - Generic services to use your own data structures for cart items. Only a few required methods needs to be implemented to interop with the library.
- A default
CartItem
class ready to go, easy to replace. - Several built-in
CartService
implementations to persist cart information in different ways. - Easily customizable styles with
Sass
variables
Installation
Using npm
npm install ng-shopping-cart --save
or yarn
yarn add ng-shopping-cart
Documentation
Hang tight while we write the docs
In the meantime check the wiki for updates