This is a repository for code samples for the upcoming book by Yakov Fain and Anton Moiseev Angular 2 Development with TypeScript.
All examples were upgraded to Angular 2 RC.4, but we're starting to upgrade to RC.5. If you see two directories that have the same name, but one of them has the rc4 suffix, this means that the other one was already upgraded to RC.5. For example, in chapter 2 you can find the angular-seed dir, which is an RC.5 version of the code. The angular-seed-rc4 contains the code sample that was used in MEAP V7.
The video with a high-level code review of a sample Online Auction application that we gradually develop in the book is located at https://youtu.be/I809tajbVk4.
Note the changes in the SystemJS config object in the angular-seed project in Chapter 2. Now we use minimized Angular bundles to lower the size of the app and the number of network requests during the app bootstrap.
With the recent release of TypeScript 2.0 Beta, there is no need to use the Typings tool for downloading *.d.ts files. We're starting updating the code example to use @types and install the *.d.ts files with npm, e.g. npm i @types/es6-shim --save
Watch the video from one of our recent online trainings: https://www.youtube.com/watch?v=47Gn-jgb0FI&feature=youtu.be It'll help you in getting started while reading Chapter 2.
If you're interested in joining one of our online or in-class trainings, check the schedule at http://yakovfain.com.