New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

ng-shopping-cart

Package Overview
Dependencies
Maintainers
1
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ng-shopping-cart

An Angular component library to create shopping carts

  • 1.0.0
  • latest
  • Source
  • npm
  • Socket score

Version published
Maintainers
1
Created
Source

NgShoppingCart

Shopping cart

Build status Code coverage Npm version

An Angular component library to create shopping carts. Based on it's predecessor for Angular.js with tons of improvements.

Features

  • Generic and abstract services to manipulate cart items however you want
  • Several components to add items, checkout or view a summary of the cart
  • A component to display items arranged in a grid for your e-commerce application
  • Easily replace the item component used to display items on the grid
  • Any object data structure for cart items
  • Simple module configuration
  • Different currency formats for the whole app or a single component
  • Internationalization support
  • Easy styling of one or all components of the same type
  • Support for CSS Preprocessors to customize styles with variables

This library is compatible with Angular version >=5

Installation

Using npm

npm install ng-shopping-cart --save

or yarn

yarn add ng-shopping-cart

Documentation

Documentation 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.

Demo

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:

  • Clone the repository
  • Install it's dependencies with npm install
  • Run npm start or ng run demo

Upcoming features

  • Less 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.

License

MIT

Keywords

FAQs

Package last updated on 25 Jul 2018

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc