Skip to content

mkozachok/angular2-training

Repository files navigation

Shop

This is test project for angular training, some kind of ecommerce web app.

Homework 3

  1. CartService './app/cart/cart.service'
  2. StoreService for working with LocalStorage './common/store.service'
  3. skip
  4. ConstService './common/const.service';
  5. RandomService './common/random.service';
  6. OptionalComponent './optional/optional.component';
  7. ChangeStyleDirective './directives/change-style.directive

Homework 4

  1. Used currency pipe for formatting price of product. './products/product/product.component.html'
  2. Created pipe Orderby for sorting list of products. './pipes/order-by.pipe' used in './products/product/product.component.html'

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.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors