This is test project for angular training, some kind of ecommerce web app.
- CartService './app/cart/cart.service'
- StoreService for working with LocalStorage './common/store.service'
- skip
- ConstService './common/const.service';
- RandomService './common/random.service';
- OptionalComponent './optional/optional.component';
- ChangeStyleDirective './directives/change-style.directive
- Used currency pipe for formatting price of product. './products/product/product.component.html'
- Created pipe Orderby for sorting list of products. './pipes/order-by.pipe' used in './products/product/product.component.html'
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.