Disclaimer: This presentation was done with a early version of Angular 2. Please be aware that the framework is in a constant state of flux and what is presented will more than likely change by the time Angular 2 is released.
This month we'll be covering how to get started writing apps using Angular2. We'll cover what you'll need to get started writing code, the basics of an Angular2 application and some of the changes in Angular2 compared to the current Angular framework.
We will cover the new Control and Control Groups that interact with the DOM to connect input fields with your controller.
We will also look at the new Validators class and the validators that are provided by the Angular library.
Finally we'll look at how to build custom validators to provide functionality not currently in the Angular library.