/angular-product-full-crud

This is an example of product management using Angular 4

Primary LanguageTypeScript

Installation

Run npm install then run npm install json-server -g json-server .

Development server

Run json-server -p 5000 products.json to build a rest API.

Then run npm start for a dev server. Navigate to http://localhost:4200/. The app will automatically reload if you change any of the source files.