Book Image

Learning Angular 7 [Video]

By : Sam Orgill
Book Image

Learning Angular 7 [Video]

By: Sam Orgill

Overview of this book

This course will show you how to set up an Angular project, and you'll build Angular components with the latest version of Angular 7. In this course, you’ll learn all the fundamentals about modules, directives, components, data binding, routing, HTTP access, and providing full CRUD operations. Then you’ll learn how to route dynamically, how to retrieve data from a route, and how to protect your routes with guards. Finally, you'll see how to use material components and animations to manage transitions to give the user a wow experience. By the end of this course, you'll have a good understanding of Angular 7 and its features in general and you'll be able to build web applications. All the code and supporting files for this course are available on Github at https://github.com/PacktPublishing/Learning-Angular-7
Table of Contents (7 chapters)
Chapter 5
Making HTTP Calls to APIs
Content Locked
Section 6
RxJS Operators
RxJS is a 3rd party package to help your reactively program with observables - Learn what RxJS is - Learn what operators RxJS provides - Use the RxJS operators in your application