angular-cn/packages
Michael Giambalvo 37fedd001c feat(core): add task tracking to Testability (#16863)
Allow passing an optional timeout to Testability's whenStable(). If
specified, if Angular is not stable before the timeout is hit, the
done callback will be invoked with a list of pending macrotasks.

Also, allows an optional update callback, which will be invoked whenever
the set of pending macrotasks changes. If this callback returns true,
the timeout will be cancelled and the done callback will not be invoked.

If the optional parameters are not passed, whenStable() will work
as it did before, whether or not the task tracking zone spec is
available.

This change also migrates the Testability unit tests off the deprecated
AsyncTestCompleter.

PR Close #16863
2018-03-14 08:48:48 -07:00
..
animations feat(animations): expose `element` and `params` within transition matchers (#22693) 2018-03-13 09:42:24 -07:00
bazel build(bazel): ng_package rxjs/operators rollup config (#22744) 2018-03-13 12:12:11 -07:00
benchpress fix(benchpress): should still support selenium_webdriver < 3.6.0 (#21477) 2018-01-11 10:53:44 -08:00
common test: migrate remaining public-api tests to Bazel (#22639) 2018-03-09 09:11:40 -08:00
compiler docs(compiler): fix spelling errors (#22704) 2018-03-13 21:45:13 -07:00
compiler-cli feat: tree-shakeable providers API updates (#22655) 2018-03-13 09:28:05 -07:00
core feat(core): add task tracking to Testability (#16863) 2018-03-14 08:48:48 -07:00
docs refactor: move angular source to /packages rather than modules/@angular 2017-03-08 16:29:27 -08:00
examples feat(core): add task tracking to Testability (#16863) 2018-03-14 08:48:48 -07:00
forms test: migrate remaining public-api tests to Bazel (#22639) 2018-03-09 09:11:40 -08:00
http test: migrate remaining public-api tests to Bazel (#22639) 2018-03-09 09:11:40 -08:00
language-service build: upgrade to TypeScript 2.7 (#22669) 2018-03-12 09:27:23 -07:00
platform-browser feat: tree-shakeable providers API updates (#22655) 2018-03-13 09:28:05 -07:00
platform-browser-dynamic test: migrate remaining public-api tests to Bazel (#22639) 2018-03-09 09:11:40 -08:00
platform-server test: migrate remaining public-api tests to Bazel (#22639) 2018-03-09 09:11:40 -08:00
platform-webworker test: migrate remaining public-api tests to Bazel (#22639) 2018-03-09 09:11:40 -08:00
platform-webworker-dynamic test: migrate remaining public-api tests to Bazel (#22639) 2018-03-09 09:11:40 -08:00
router fix(router): correct over-encoding of URL fragment (#22687) 2018-03-11 22:15:01 -07:00
service-worker build: upgrade to TypeScript 2.7 (#22669) 2018-03-12 09:27:23 -07:00
upgrade test: migrate remaining public-api tests to Bazel (#22639) 2018-03-09 09:11:40 -08:00
BUILD.bazel feat(bazel): introduce a binary stamping feature (#22176) 2018-02-15 14:08:53 -08:00
README.md Revert "docs: Remove unneeded file (#18106)" 2017-07-20 16:46:47 -05:00
empty.ts refactor: move angular source to /packages rather than modules/@angular 2017-03-08 16:29:27 -08:00
es6-subset.d.ts build: switch from npm to yarn (#19328) 2017-09-22 13:20:52 -07:00
goog.d.ts fix(compiler): add typings for `COMPILED`. 2017-09-29 09:26:38 -07:00
license-banner.txt docs(common): update copyright years (#21232) 2018-01-04 17:45:36 -05:00
rollup.config.js refactor: make all rollup config ES5 compatible (#20028) 2017-10-30 23:09:17 -04:00
system.d.ts refactor: move angular source to /packages rather than modules/@angular 2017-03-08 16:29:27 -08:00
tsconfig-build.json build: update to latest bazel rules (#22127) 2018-02-09 17:21:54 -08:00
tsconfig-metadata.json refactor(compiler): bump metadata version to 4 (#19338) 2017-09-26 13:31:59 -07:00
tsconfig.json feat(compiler-cli): add resource inlining to ngc (#22615) 2018-03-09 09:15:12 -08:00
types.d.ts build: add bazel test rules for remainder of packages (#21053) 2017-12-22 13:10:51 -08:00

README.md

Angular

The sources for this package are in the main Angular repo. Please file issues and pull requests against that repo.

License: MIT