The Complete Angular 5 Essentials Course For Beginners

The Complete Angular 5 Essentials Course For Beginners

English | MP4 | AVC 1280×720 | AAC 48KHz 2ch | 3 Hours | 450 MB

In our complete course students will learn all of the Angular 5 essentials from a complete beginner to advanced user!

In our complete course you will learn:

How to create an Angular applicaitions using Component Compositition, make your application dynamic

using Directives and Services, and use Http to make request to Web Services like an API.

You will learn useful skills about topics below:

  • Components
  • Property Binding
  • Event Binding
  • Directives
  • Observables
  • Http
  • Services
Table of Contents

Introduction
1 Introduction Welcome To Our Angular Course For Beginners
2 Creating Your First Angular App using the Angular Cli
3 A Look Around Your Angular Application
4 What is the .ts file
5 Adding Outside CSS and JS libraries

Components and Property Binding
6 Section 2 Introduction
7 Creating a Component
8 Property Binding
9 Event Binding
10 Creating a Component Using the Angular Cli
11 More Information On ng generate
12 Two Way Binding

Directives
13 Section 3 Introduction
14 What are Directives
15 Looping Through Items with the ngFor Directive
16 Conditional Output Using ngIf Directive
17 Styling with ngStyle
18 Dynamic Class Names with ngClass
19 ngSwitch the Angular Switch Statement

Services Observables and Http
20 Section 4 Introduction
21 Working with Services
22 Dependency Injection
23 Working with Observables
24 Working with Observables Part 2
25 The Subject Observable
26 Http Request Using HttpClient

Movie Database Project
27 Section 5 Intro
28 Setting Up The App
29 Creating the Component Structure
30 Creating the HTMLCSS for Our Components
31 The Movie Interface for Typing
32 The Input and Outputs
33 The Movie Service and the Current Movie
34 Connecting to the Movie Service
35 Faking the Search with Observables
36 Setting Up Your Movie Db Account
37 Getting Search Results from the API
38 Getting the Photo Paths from the API