Update to Angular 2 Beta 1. New bug: no longer waits for server-side HTTP requests to complete - waiting for info to resolve this.

This commit is contained in:
SteveSandersonMS
2016-01-25 15:13:30 +00:00
parent f44b84f2ab
commit 381b7b884e
32 changed files with 113 additions and 100 deletions

View File

@@ -13,7 +13,7 @@ builder.config({
},
meta: {
'angular2/*': { build: false },
'@reactivex/*': { build: false }
'rxjs/*': { build: false }
}
});