Learn Angular 2 from Beginner to Advanced

Learn Angular 2 from Beginner to Advanced

English | 2016 | MP4 | AVC 1280×720 | AAC 44KHz 2ch | 10 Hours | 4.2 GB

Learn how to develop web applications using Angular 2

If you are looking to advance your skills with Angular 2, then look no further because this course is just right for you! Become an advanced programmer in Angular 2 in no time using this course which will continue to educate and motivate you along the way.

There is no reason to feel discouraged if you have no previous experience with Angular 2 since this course starts off with the mere basics. Even if you do have previous Angular 2 knowledge, this course covers interesting topics that you might have missed or would like to learn about. Each section of the course is related to the previous one in terms of utilizing what was already learned. All the covered subjects come with loads of examples to aid students in the process of learning and improving their skills. Upon the completion of this course, you should be able to write your own programs that have real-life applications, making it interesting for both beginner and advanced students alike.

Table of Contents

Introduction
01 Welcome to Angular2 Course

Setup
02 Setup Part 1
03 Setup Part 2
04 Setup Linux

Quickstart
05 Quickstart files Part 1
06 Quickstart files Part 2
07 Quickstart files Part 3
08 Quickstart files Part 4

Templates and Components
09 Interpolation Part 1
10 Interpolation Part 2
11 Property Binding Part 1
12 Property Binding Part 2
13 Event Binding
14 Local Variables Part 1
15 Local Variables Part 2
16 ngIf and ngFor
17 Let Us Start Building Our Application Part 1
18 Let Us Start Building Our Application Part 2
19 Let Us Start Building Our Application Part 3
20 Let Us Start Building Our Application Part 4
21 Let Us Start Building Our Application Part 5
22 Component Styles in Angular2
23 ngClass
24 Bootstrap Part 1
25 Bootstrap Part 2
26 Separating Components Part 1
27 Separating Components Part 2
28 Separating Components Part 3
29 Inter-component Communication Concept
30 Decorator @INPUT
31 Decorator @OUTPUT Part 1
32 Decorator @OUTPUT Part 2
33 Account form Component Part 1
34 Account form Component Part 2
35 Account form Component Part 3
36 Account form Component Part 4
37 Account form Component Part 5

Services
38 Our First Service Part 1
39 Our First Service Part 2
40 When service injects service Part 1
41 When service injects service Part 2
42 Promises-Asynchronous service methods Part 1
43 Promises-Asynchronous service methods Part 2

UPDATE ANGULAR2 AND NODE
44 Update Part 1
45 Update Part 2

Routing
46 Home Page and Accounts Part 1
47 Home Page and Accounts Part 2
48 Home Page and Accounts Part 3
49 Child Routes Part 1
50 Child Routes Part 2
51 Child Routes Part 3
52 Child Routes Part 4
53 Route Parameters Part 1
54 Route Parameters Part 2
55 Route Parameters Part 3
56 Add Transactions Part 1
57 Add Transactions Part 2
58 Add Transactions Part 3
59 Add Transactions Part 4
60 Query Parameters Part 1
61 Query Parameters Part 2

Pipes
62 Introduction
63 Date Pipe
64 Async and JSON Pipes
65 Custom Pipe
66 Pure and Impure Pipes
67 Pure and Impure Pipes Demo