Getting Started with Angular

Getting Started with Angular

English | MP4 | AVC 1920×1080 | AAC 44KHz 2ch | 2h 32m | 644 MB

Fast-track your web development skills to build high-performance single-page applications with Angular 5

Angular is the modern framework you need to build performant and robust web applications. This video is the quickest way to upgrade your AngularJS knowledge to the brave new world of Angular, and get to grips with the framework. It starts with an overview, putting the changes of the framework into the context of version 1. After that, you will be taken on a TypeScript crash-course so you can take advantage of Angular in its native, statically-typed environment. You’ll explore the new change detection mechanism in detail, how directives and components have changed, how you create applications with Angular, and much more. Next, you’ll understand how to efficiently develop forms, use the router, implement communication with HTTP services, and transform data with custom pipes. Finally, we take a look at Angular’s Ahead-of-Time compiler; angular-cli, and other such tools that help us build professional applications. By the end of the book, you’ll be ready to start building quick and efficient Angular applications compatible with Angular 2 and Angular 4. This video is up-to-date for the Angular 4 release and is compatible through with the 5.0 release as well.

What You Will Learn

  • Understand the changes made from AngularJS with side-by-side code samples to help demystify the Angular learning curve
  • Start working with Angular’s new method of implementing directives
  • Use TypeScript to write modern, powerful Angular applications
  • Dig into the change detection method and other architectural changes to make sure you know what’s going on under the hood of Angular
  • Get to work with the new router in Angular
  • Use the new features of Angular, including pipes, and updated features such as forms, services, and dependency injection
  • Learn about the server-side rendering in Angular to keep your new applications SEO-friendly
  • Enhance your applications using Ahead-of-Time compilation and Web Workers
Table of Contents

01 The Course Overview
02 How is Angular Different from ASP_PHP_JSP
03 How is Angular Different from AngularJS or React
04 Why TypeScript and What is it
05 All You Need to Know about Angular Modules
06 Introducing Components, Pipes, Directives, and Services
07 Bootstrapping an Angular Application
08 Using Angular CLI to Create Our Application
10 Introducing Templates and Expressions
11 The Different Types of Data Bindings
12 The Most Important Angular Directives
13 The Most Important Angular Pipes
14 What Are Services
15 Understanding Dependency Injection in Angular
16 Using the HttpClient to Interact with the Server
17 Introducing RxJS and Observables
18 Component Communication in Angular
19 Using the Router to Emulate Multiple Pages
20 Using Guards to Implement User Authentication
21 Template Driven Forms in Angular
22 Reactive Forms in Angular
23 Angular Semantic Versioning and Release Schedule
24 Useful Links and Resources for Angular Development
25 Conclusion – A Few Words about the Future of Angular
26 Angular 5 Features