{"id":13581011,"url":"https://github.com/devconcept/ng-shopping-cart","last_synced_at":"2025-04-06T06:32:24.633Z","repository":{"id":65457957,"uuid":"128096446","full_name":"devconcept/ng-shopping-cart","owner":"devconcept","description":"🛒 An Angular component library to create shopping carts","archived":true,"fork":false,"pushed_at":"2020-10-13T04:41:34.000Z","size":1877,"stargazers_count":45,"open_issues_count":5,"forks_count":52,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-03-14T23:23:36.985Z","etag":null,"topics":["angular","cart","cart-items","components","ecommerce","ng-cart","shop","shopping-cart","shopping-cart-solution"],"latest_commit_sha":null,"homepage":"https://devconcept.github.io/ng-shopping-cart/","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/devconcept.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2018-04-04T17:25:26.000Z","updated_at":"2024-09-27T06:21:58.000Z","dependencies_parsed_at":"2023-01-24T14:31:01.460Z","dependency_job_id":null,"html_url":"https://github.com/devconcept/ng-shopping-cart","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devconcept%2Fng-shopping-cart","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devconcept%2Fng-shopping-cart/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devconcept%2Fng-shopping-cart/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devconcept%2Fng-shopping-cart/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/devconcept","download_url":"https://codeload.github.com/devconcept/ng-shopping-cart/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247445652,"owners_count":20939952,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["angular","cart","cart-items","components","ecommerce","ng-cart","shop","shopping-cart","shopping-cart-solution"],"created_at":"2024-08-01T15:01:57.262Z","updated_at":"2025-04-06T06:32:24.165Z","avatar_url":"https://github.com/devconcept.png","language":"TypeScript","funding_links":[],"categories":["TypeScript"],"sub_categories":[],"readme":"\u003ch1 align=\"center\"\u003eNgShoppingCart\u003c/h1\u003e\n\u003cp align=\"center\"\u003e\n  \u003cimg alt=\"Shopping cart\" width=\"400\" src=\"https://github.com/devconcept/ng-shopping-cart/blob/master/src/cart.svg\"\u003e\n\u003c/p\u003e\n\u003cp align=\"center\"\u003e\n  \u003ca href=\"https://travis-ci.org/devconcept/ng-shopping-cart\"\u003e\n    \u003cimg alt=\"Build status\" src=\"https://travis-ci.org/devconcept/ng-shopping-cart.svg?branch=master\"\u003e\n  \u003c/a\u003e\n  \u003ca href=\"https://coveralls.io/github/devconcept/ng-shopping-cart?branch=master\"\u003e\n    \u003cimg alt=\"Code coverage\" src=\"https://coveralls.io/repos/github/devconcept/ng-shopping-cart/badge.svg?branch=master\"\u003e\n  \u003c/a\u003e \n  \u003cimg alt=\"Npm version\" src=\"https://img.shields.io/npm/v/ng-shopping-cart.svg\"\u003e\n\u003c/p\u003e\n\n\u003cp align=\"center\"\u003e\nAn Angular component library to create shopping carts. Based on it's \u003ca href=\"http://ngcart.snapjay.com/\" alt=\"ngCart\"\u003epredecessor\u003c/a\u003e for Angular.js with tons of improvements.\n\u003c/p\u003e\n\n\n## Features\n\n- Generic and abstract services to manipulate cart items however you want\n- Several components to add items, checkout or view a summary of the cart\n- A component to display items arranged in a grid for your e-commerce application\n- Easily replace the item component used to display items on the grid\n- Any object data structure for cart items\n- Simple module configuration\n- Different currency formats for the whole app or a single component\n- Internationalization support\n- Easy styling of one or all components of the same type\n- Support for CSS Preprocessors to customize styles with variables\n\n\u003e This library is compatible with Angular version \u003e=5\n\n## Installation\n\nUsing `npm`\n\n```bash\nnpm install ng-shopping-cart --save\n```\n\nor `yarn`\n\n```bash\nyarn add ng-shopping-cart\n```\n\n\n## Documentation\n\nDocumentation is available at http://devconcept.github.io/ng-shopping-cart/\n\n\n[Dgeni][dgeni-github] is used to automatically generate documentation from the source code. \n\nIf you spot an error please consider [reporting it](https://github.com/devconcept/ng-shopping-cart/issues).\n\n## Demo\n\nYou can find a demo of the library in the url http://devconcept.github.io/ng-shopping-cart/demo/. \n\nThe demo is also available if you:\n\n- Clone the repository\n- Install it's dependencies with `npm install`\n- Run `npm start` or `ng run demo`\n\n## Upcoming features\n\n- [ ] Less and stylus support\n\n- [ ] Aria enabled components\n\n- [ ] Support for object keys in cart items\n\n- [ ] Built-in service for storing cart items in a remote server\n\n- [ ] Stripe checkout support\n\n- [ ] Enhanced PayPal support\n\n- [ ] Flexbox and CSS grid support\n\n- [ ] Reactive components?\n\nIdeas and suggestions are always welcome. You can also contribute. Check the [contribution guidelines](https://github.com/devconcept/ng-shopping-cart/blob/master/CONTRIBUTING.md).\n\n## License\n\n[MIT](https://github.com/devconcept/ng-shopping-cart/blob/master/LICENSE)\n\n[dgeni-github]: https://github.com/angular/dgeni \"Dgeni\"\n\n\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdevconcept%2Fng-shopping-cart","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdevconcept%2Fng-shopping-cart","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdevconcept%2Fng-shopping-cart/lists"}