Learning AngularJS 2

Learning AngularJS 2

English | MP4 | AVC 1280×720 | AAC 48KHz 2ch | 1h 41m | 270 MB

The Angular 2 framework lets you get things done quickly by providing a model for development that yields special functionality. This course introduces you to Angular 2, the second edition of the “superheroic” JavaScript framework. Redesigned from the ground up by Google, Angular 2 provides advanced features for building single-page applications: declarative templates, two-way data binding, TypeScript support, and dependency injection. Angular 2 now offers components, instead of the controllers typical of MVC architecture. The update is suitable for mobile and web developers alike.

In this course, Rаy Villаlоbоs shows you how to start using Angular 2 in your own projects. He starts by defining what exactly Angular 2 is and how it differs from AngularJS 1. Then, once the basics are out of the way, he sets up the template that will drive the project and starts coding. Rаy shows how to divide your project into modules, work with events, style content with CSS, and create components and subcomponents. Plus, you can find out how to change content dynamically using data pipes.

Topics include:

  • What is Angular 2?
  • Setting up a template
  • Creating a simple component
  • Using multiple modules
  • Displaying data in templates
  • Working with events
  • Creating a subcomponent
  • Filtering content through data pipes
Table of Contents

1 Welcome
2 What you should know
3 Using the exercise files for this course
4 What is AngularJS_
5 Working with our build tool
6 Setting up our template
7 Understanding Angular templates
8 Displaying data in our templates
9 Working with events
10 Using properties
11 Using two-way data binding
12 Adding CSS to a component
13 Using more complex data
14 Creating a subcomponent
15 Using multiple subcomponents
16 Filtering content through data pipes
17 Next steps