diff --git a/README.md b/README.md index cbfc07b..b36fad8 100644 --- a/README.md +++ b/README.md @@ -2,15 +2,18 @@ This repository contains the code samples for my book "[Switching to Angular 2](https://www.packtpub.com/web-development/switching-angular-2)". -[](https://www.packtpub.com/web-development/switching-angular-2) +[](https://www.packtpub.com/web-development/switching-angular-2) ## Versions -In the process of writing the content for this book, Angular went from Alpha, to Beta and eached RC! +**In the process of writing the content for this book, Angular went from Alpha, to Beta, RC and reached Final!** -The book was released when Angular 2 was still in Beta version. You can find the code for the initial version of the book [here](https://github.com/mgechev/switching-to-angular2/tree/beta). +You can find each individual version of the code in the following branches: -The master branch contains the changes from the latest RC.3. Note that the master branch uses the deprecated forms and router modules. Although the final APIs will be slightly different, I strongly recommend you to go through Chapters 6 and 7 in order to get the foundational idea of the underlaying concepts for these two fundamental modules. +- [Beta version](https://github.com/mgechev/switching-to-angular2/tree/beta). +- [RC.4](https://github.com/mgechev/switching-to-angular2/tree/rc.4). +- [Second edition, aligned with Angular final](https://github.com/mgechev/switching-to-angular2/tree/final). +- [Third edition](https://github.com/mgechev/switching-to-angular). # How to start diff --git a/app/ch4/es5/hello-world/index.html b/app/ch4/es5/hello-world/index.html index 8435190..211b531 100644 --- a/app/ch4/es5/hello-world/index.html +++ b/app/ch4/es5/hello-world/index.html @@ -6,14 +6,14 @@