ng new inventory-app N Routing Enter CSS -------- cd inventory-app ng g c products-list ng g c product-row ng g c product-image ng g c product-department ng g c price-display --------- >inventory-app> ng serve --open