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 1
Learn How Services Work and Create Your First Service
Learn about what services are in Angular and create your first service - Why we need services? - Learn how services work - Create your first service with Angular