Conclusion on Create Events
Understand how to build event creation functionality with Angular by integrating reactive forms, Google Places API for location autocomplete, and adding JWT tokens to HTTP requests. Learn to commit and push code changes using Git commands to maintain your project in GitHub.
We'll cover the following...
We'll cover the following...
What have we done so far?
In this chapter:
- We added our first non-authorization feature that interacts with the API.
- We created our first HTTP Interceptor, adding the JWT we receive from the API to all outgoing HTTP requests.
- We