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 3
Creating Your First Service
Content Locked
Section 3
Understanding Observables and How to Mock them
Learn how observables work in Angular. Also find out how to mock an observable so that we can practice using them - Find out what observables are - Mock and observable - Work with observables