Angular 2+ with Typescript – Essential Training

Angular 2+ with Typescript – Essential Training

English | MP4 | AVC 1280×720 | AAC 48KHz 2ch | 3 Hours | Lec: 65 | 429 MB

Learn Angular 2 (or 4) from the ground up | This course combines a Project, Slides and Quizzes | Perfect for beginners

Updated for latest version of Angular 2. Project works with Angular 4.

Each section will contain an introduction to a new concept. Followed by a slide-based presentation to get you familiar with the concept, and then an example inside of our application to cement your understanding.

You will gain a solid foundation for building real-world applications following best practices and the Angular 2 style guide. This includes how to build components, create shared services, navigate between views, manage data using observables, and bind data using expressions inside your HTML templates.

By the end of this course, you will have a clear understanding of how to to build Angular applications with many real-world features. As a result, you will feel empowered to go out into the wild and start creating your own Angular 2 applications!

What you’ll learn:

  • Typescript
  • Components
  • Pipes
  • Data Binding
  • NgModules
  • Routing
  • Input/Output
  • HTTP
  • Observables
  • Interfaces
  • Directives
  • Lifecycle Hooks
Table of Contents

01 Welcome to the Course
02 Intro to Getting Started
03 What is AngularJS
04 Why Angular 2
05 Language Options
06 Benefits of Typescript
07 Intro to Setup
08 Developer Environment
09 Starter Files Setup
10 Understanding Modules
11 NgModules Introduction
12 NgModules Explained
13 Bootstrapping Our App
14 Components Intro
15 Why Components
16 App Component Explored
17 Composing Components
18 Components as Directives
19 Hiding Our Javascript Files
20 Updating our App
21 Data Binding Intro
22 One-Way Data Binding
23 One-Way Binding in Our App
24 2-Way Data Binding
25 2-Way Binding in Our App
26 Event Binding
27 Event Binding in Our App
28 Directives Intro
29 Attributes Directive
30 NgIf
31 NgFor
32 NgClass
33 Pipes Intro
34 Built-in Pipes
35 Custom Pipes
36 Interface Intro
37 Interface Explained
38 Using Interfaces
39 Interface Example in Our App
40 Lifecycle Hooks Intro
41 Lifecycle Hooks Explained
42 Lifecycle Hooks Example
43 Input and Output Intro
44 Input Explained
45 Input Example
46 Output Explained
47 Output Example
48 Favorite Component
49 Services Intro
50 Services Explained
51 Constructor
52 Services Example
53 Intro to Section
54 Observables Explained
55 Http in Angular 2
56 Http with Observables in our App
57 HTTP Solution
58 Routing Intro
59 Routing Explained
60 Routing in Our App
61 Add Routing to Links
62 Routing Challenge Solution
63 Route Parameters
64 Display Book Details
65 Setup Revisited