5910 Breckenridge Pkwy Suite B, Tampa, FL. 33610
(800) 272-0707

SkillSoft Explore Course

Aspire     Enriched Web Development with Angular 11     Track 1: Building Web Applications with Angular 11
Front-End frameworks like Angular must be capable of accepting data from users and forwarding that data onto a database, usually via an API. Explore forms and the form submission process to endpoints using this course.
Learn more about two-way binding, form events like button clicks, and validating forms for user input. You'll also work with APIs to perform some of the CRUD operations that have become synonymous with database programming and examine shareReplay to implement local caching.
Having completed this course, you will be able to create forms and effectively handle form controls in Angular.

Objectives

Angular 11: Working With Forms

  • discover the key concepts covered in this course
  • implement two-way binding, outline its benefits, and describe banana in a box notation
  • create a simple form and bind data inside the form
  • explain the form validation mechanism and disable the submit button until the form is validated
  • add a mock API server to handle REST calls
  • define and send data to POST calls, make asynchronous calls to POST API, and extract a response from POST APIs
  • make a Delete call to the API, delete employee data using API calls, and refresh the screen with the updated list
  • identify the need for caching and how shareReplay can be used to perform caching
  • demonstrate how to implement a local cache with shareReplay
  • summarize the key concepts covered in this course