1. 4

    Working on applying the latest Angular 2 changes for ng-book 2. The new Router had some issues, so we’re only now starting to write about it.

    We’re also changing all the chapters to make sure it conforms to the recently released Angular 2 Style Guide and also making sure we cover angular-cli.

    1. 2

      I’m working on the testing chapter for ng-book2. Taking a little longer than I expected.

      1. 1

        Angular 2 Testing chapter for ng-book 2. It’s harder than I expected specially trying to use only the public API from the angular2/testing module.

        I had 100% coverage before using test_internal and now trying to port it is being a great learning experience. Hopefully this chapter will be out in a few weeks…