angular/packages/core
Miško Hevery f6829aba55 feat(core): add support for using async/await with Jasmine
Example:
```
it('...', await(async() => {
  doSomething();
  await asyncFn();
  doSomethingAfter();
}));
```
2018-06-28 13:56:58 -04:00
..
src fix(ivy): report results to appropriate content queries (#24673) 2018-06-27 14:20:34 -07:00
test feat(core): add support for using async/await with Jasmine 2018-06-28 13:56:58 -04:00
testing feat(core): add support for using async/await with Jasmine 2018-06-28 13:56:58 -04:00
BUILD.bazel ci(ivy): configure CI environments for Ivy JIT and AOT (#24309) 2018-06-08 13:34:27 -07:00
index.ts refactor: move angular source to /packages rather than modules/@angular 2017-03-08 16:29:27 -08:00
package.json build: update to rxjs@6.0.0 (#23679) 2018-05-03 10:53:39 -07:00
public_api.ts build: publish tree of files rather than FESMs (#18541) 2017-08-31 15:34:50 -07:00
rollup.config.js feat(ivy): first steps towards JIT compilation (#23833) 2018-05-21 19:13:50 -04:00
tsconfig-build.json refactor(bazel): convert most ts_library to ng_module (#22176) 2018-02-15 14:08:53 -08:00