Exploring Pipes in Angular 5
• Module Introduction
• Using Pipes
• Parameterizing Pipes
• Chaining Multiple Pipes
• Creating a custom Pipe
• Pure and Impure Pipes
• Understanding the Async Pipe
Making HTTP Requests in Angular 5
• Introduction and how HTTP request works in SPAs
• Sending POST Request
• Adjusting request headers
• Sending GET requests
• Sending PUT Requests
• Response with observable operators
• Catching HTTP errors
• Using the async pipe with HTTP Requests
Authentication and Route Protection in Angular Apps
• Module Introduction
• How Authentication works in SPAs
• Introduction to JWT
• Creating a Signup Page and Route
• Setting up Firebase SDK
• Signing users up
• Signing users in
• Token introduction
• Sending a token
• Route protection and redirection example.
Typescript Introduction
• Module Introduction
• Using types
• Classes
• Interface
• Generics
• Wrap up and Modules
• Deep dive into typescripts.