#CRUD

1 posts

Angular in Practice #3: Product CRUD with Forms + API
10 min read

Angular in Practice #3: Product CRUD with Forms + API

In the third post of the practice series, we layer real data work on top of the authenticated app. Combining Reactive Forms, HttpClient, and a Resolver, we build the screens for Product Create/Read/Update/Delete from start to finish.