Angular 2+: Creating CRUD Apps

Angular 2+: Creating CRUD Apps

English | MP4 | AVC 1280×720 | AAC 48KHz 2ch | 1h 46m | 319 MB

Understanding how to perform create, read, update, and delete (CRUD) operations for a variety of apps is crucial for any developer. In this course, learn how to perform CRUD operations with Angular apps. Instructor Gary Simon begins by covering fundamental Angular concepts, such as how to use the Angular CLI and capture user events. He then walks through the creation of two apps, from which you can perform CRUD operations. He shows how to work with Angular Firebase to create a chat app that can create, read, update, and delete messages, as well as how to create a simple blog.

Topics include:

  • Angular Firebase CRUD
  • Firebase setup
  • Starting a project
  • Defining the template
  • CRUD apps with MongoDB
  • MongoDB setup
  • Creating a data service
  • Home component
  • Creating, updating, and deleting articles