Skip to content

Update angular2 to rc4

Thomas Flori requested to merge update-angular2-rc4 into master

We had a lot of changes in the tests because promises are now polyfilled with Zone.js.

We had to change something and we think it is not caused by angular2. Now interpolation needs 'this.variable in translations. Before we solved it with a with statement in __parse. This seems not to be working anymore.

Merge request reports