This project was generated with Angular CLI version 1.5.0.
-
Public Part
- User registration.
- User login.
- View the list of products and their basic information.
- Selecting the producers by category and color
-
Private Part
- View the list of products and their basic information.
- To see detailed information about each product.
- You can set the size of the product and add it to the shopping cart.
- By visiting your cart you can see the products you've added, delete a product of cart (whit Confirmation Dialog Box) or order it.
-
Administration Part (user: admin, pass: admin)
- Can add products with name, photo, color, size, category, more info and auto-generated ID.
- Can delete a product (whit Confirmation Dialog Box)
- Can see a list of all orders.
-
Оther functionalities
- I Use toastr for notification
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.
Run ng generate component component-name
to generate a new component. You can also use ng generate directive|pipe|service|class|guard|interface|enum|module
.
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.
Run ng test
to execute the unit tests via Karma.
Run ng e2e
to execute the end-to-end tests via Protractor.
To get more help on the Angular CLI use ng help
or go check out the Angular CLI README.