Angular CRUD 2: Read
This post continues on from Angular CRUD 1: in-memory-web-api installation and configuration with the focus on the R in CRUD operations: Read. Displaying the Villains To display the contents of the in-memory-database a new component will be created. This will use the getVillains method from the HttpClientVillainService to return a array of villains that can […]
You must be logged in to post a comment.