diff --git a/.angular-cli.json b/.angular-cli.json index 09f2ef89..f1eb5b67 100644 --- a/.angular-cli.json +++ b/.angular-cli.json @@ -1,7 +1,7 @@ { "$schema": "./node_modules/@angular/cli/lib/config/schema.json", "project": { - "name": "angular4-shopping-cart" + "name": "angular5-shopping-cart" }, "apps": [ { diff --git a/README.md b/README.md index e55bfbb1..6b372794 100644 --- a/README.md +++ b/README.md @@ -1,15 +1,15 @@ # Angular5 - ShoppingCart - [![HitCount](http://hits.dwyl.io/ikismail/Angular4-ShoppingCart.svg)](http://hits.dwyl.io/ikismail/Angular4-ShoppingCart) + [![HitCount](http://hits.dwyl.io/ikismail/Angular-ShoppingCart.svg)](http://hits.dwyl.io/ikismail/Angular-ShoppingCart) -[![Build Status](https://travis-ci.org/ikismail/Angular4-ShoppingCart.svg?branch=master)](https://travis-ci.org/ikismail/Angular4-ShoppingCart) -[![License: MIT](https://img.shields.io/badge/License-MIT-green.svg)](https://github.com/ikismail/Angular4-ShoppingCart/blob/master/LICENSE) -[![GitHub issues](https://img.shields.io/github/issues/ikismail/Angular4-ShoppingCart.svg)](https://github.com/ikismail/Angular4-ShoppingCart/issues) -[![](https://img.shields.io/github/release/ikismail/Angular4-ShoppingCart.svg?style=flat-square)](https://github.com/ikismail/Angular4-ShoppingCart/releases) +[![Build Status](https://travis-ci.org/ikismail/Angular-ShoppingCart.svg?branch=master)](https://travis-ci.org/ikismail/Angular-ShoppingCart) +[![License: MIT](https://img.shields.io/badge/License-MIT-green.svg)](https://github.com/ikismail/Angular-ShoppingCart/blob/master/LICENSE) +[![GitHub issues](https://img.shields.io/github/issues/ikismail/Angular-ShoppingCart.svg)](https://github.com/ikismail/Angular-ShoppingCart/issues) +[![](https://img.shields.io/github/release/ikismail/Angular-ShoppingCart.svg?style=flat-square)](https://github.com/ikismail/Angular-ShoppingCart/releases) Developing a **ShoppingCart (Ecommerce) Application using Angular5**. -**Live Demo** : [angular4-shopping-cart](https://angular4-shopping-cart.herokuapp.com/) +**Live Demo** : [angular5-shopping-cart](https://angular5-shop.herokuapp.com/) This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 1.7.4. @@ -45,11 +45,11 @@ This project was generated with [Angular CLI](https://github.com/angular/angular ##### Home Page shot 1: -![Alt text](https://github.com/ikismail/Angular4-ShoppingCart/blob/master/screenshots/home.PNG "Home Page") +![Alt text](https://github.com/ikismail/Angular-ShoppingCart/blob/master/screenshots/home.PNG "Home Page") ##### Products Page: -![Alt text](https://github.com/ikismail/Angular4-ShoppingCart/blob/master/screenshots/products.PNG "Home Page") +![Alt text](https://github.com/ikismail/Angular-ShoppingCart/blob/master/screenshots/products.PNG "Home Page") ## Installation @@ -94,4 +94,4 @@ To get more help on the Angular CLI use `ng help` or go check out the [Angular C ## License -* [MIT license](https://github.com/ikismail/Angular4-ShoppingCart/blob/master/LICENSE) +* [MIT license](https://github.com/ikismail/Angular-ShoppingCart/blob/master/LICENSE) diff --git a/src/index.html b/src/index.html index 08fce100..1a607d9f 100644 --- a/src/index.html +++ b/src/index.html @@ -13,7 +13,7 @@ - Angular4ShoppingCart + AngularShoppingCart