Skip to content
forked from SebCon/sebcon24

Beispielanwendung sebcon24 für das Angular Buch "Angular - Programmieren für Einsteiger"

Notifications You must be signed in to change notification settings

OlafGroth/sebcon24

 
 

Repository files navigation

the examples for the corresponding chapters can be found here https://github.com/SebCon/angular-buch-beispiele

Sebcon24

This is the Angular example application of the book Angular - Programmieren für Einsteiger, called sebcon24. It's a basic ecommerce plattform, where you can:

  • see the product list,
  • see product details
  • search for a specific product
  • add the product to the cart
  • see the cart content (selected products)
  • order the cart content

Here you can see the product list.

sebcon24 product listing

And here the shopping cart with two order items.

sebcon24 basket listing

Technical Stuff

This project was generated with Angular CLI version 8.3.21.

Development server

Run ng serve for a dev server. Navigate to http://localhost:4200/. The app will automatically reload if you change any of the source files.

Build

Run ng build to build the project. The build artifacts will be stored in the dist/ directory. Use the --prod flag for a production build.

Running unit tests

Run ng test to execute the unit tests via Karma.

Running end-to-end tests

Run ng e2e to execute the end-to-end tests via Protractor.

Further help

To get more help on the Angular CLI use ng help or go check out the Angular CLI README.

About

Beispielanwendung sebcon24 für das Angular Buch "Angular - Programmieren für Einsteiger"

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 80.6%
  • HTML 12.4%
  • SCSS 4.8%
  • JavaScript 2.2%