Hands-on Angular
- Introduction
- How Can You Increase Development Speed with Mocking?
- What We’ll Cover in This Book?
- Prerequisites
- Step 1 - Setting up Angular CLI
- Step 2 - Initializing a New Angular Example Project
- Step 3 - Setting up a (Fake) JSON REST API
- Step 4 - Setting up Angular HttpClient in our Example Project
- Step 5 - Creating Angular Components
- Step 6 - Adding Angular Routing
- Step 7 - Styling the UI with Angular Material
- Step 8 - Consuming the JSON REST API with Angular HttpClient
- Step 9 - Adding HTTP Error Handling with RxJS
catchError()&HttpClient - Step 10 - Retrying Failed HTTP Requests with RxJS
retry()&HttpClient - Step 11 - Unsubscribing from HttpClient Observables with RxJS
takeUntil() - Step 12 - Adding URL Query Parameters to the HttpClient get() Method
- Step 13 - Getting the Full HTTP Response with Angular HttpClient
- Step 14 - Requesting a Typed HTTP Response with Angular HttpClient
- Step 15 - Building and Deploying your Angular Application to Firebase Hosting
- Conclusion