A crud app made in angular 5

Manish
All is Web
Published in
1 min readJan 21, 2018
the pets you really want to have

here are the details for a simple crud app made with angular 5:

it covers all the standard parts of a typical web application —

  • getting data via http
  • displaying using components
  • updating data via http
  • creating a new record in dataset
  • deleting a record
  • routing between components

more details to follow.

--

--