Angular - Chakradhar-Chinni/Tech-Library GitHub Wiki

Interploation demo

image

One product on Catalog page

image

Many products on Catalog page (4 images) image image image image

Clicked on Heads button image

Clicked on Arms button image

Clicked on Torsos button image

Clicked on Bases button image

Clicked on All button image

null value added as 2nd array item in component.ts file. But safe navigation operator not added in template, component.html file image

using global styles for button, product name image

global style image

css encapsulation to catalog component image

route localhost:4200/home

route localhost:4200/catalog

route localhost:4200/cart

route: catalog/arms

clicked Bases but url shows /Arms

clicked Torsos and url also responds and shows Torsos

Heads Catalog using [queryParams]

routerLink for styling

html sign in form

ngModel for sign-in

error message for invalid login

profile icon after user logged in