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 1
Setting Up Your Database and Using the API
The aim of this video is to set up a MongoDB database & API which I have provided for you - Set up your Mongo database - Set up and run the API - Connect to the database through the API