angular/modules/angular2/test/core
vsavkin 3aa204791b feat(query): make QueryList notify on changes via an observable
BREAKING CHANGE:

Before: query.onChange(() => ...);
After: query.changes.subscribe((iterable) => {});

Closes #4395
2015-09-30 15:45:16 +00:00
..
change_detection fix(facade): workaround for lack of Symbol.iterator in es6-shim 2015-09-18 09:46:13 +02:00
compiler feat(query): make QueryList notify on changes via an observable 2015-09-30 15:45:16 +00:00
debug fix(Typings): Remove public exports added in 1926335b85 2015-09-11 19:16:57 -07:00
di feat(Binding): improve errors 2015-09-25 22:05:36 +00:00
directives fix(NgClass): ignore empty and blank class names 2015-09-16 07:56:48 +00:00
dom feat(render): add generic view factory based on the template commands 2015-09-25 11:56:58 -07:00
facade refactor(pipes): remove LimitTo pipe in favor of slice pipe 2015-09-15 11:42:31 -07:00
forms feat(query): make QueryList notify on changes via an observable 2015-09-30 15:45:16 +00:00
life_cycle refactor(tests): removed @IMPLEMENTS 2015-08-26 15:06:25 -07:00
metadata chore: update all import paths 2015-08-25 15:33:23 -07:00
pipes refactor(pipes): remove LimitTo pipe in favor of slice pipe 2015-09-15 11:42:31 -07:00
profile chore: update all import paths 2015-08-25 15:33:23 -07:00
reflection refactor(compiler): various cleanups 2015-09-24 10:56:29 -07:00
render chore(typings): remove traceur-runtime.d.ts 2015-09-30 00:07:16 +00:00
services refactor(tests): removed @IMPLEMENTS 2015-08-26 15:06:25 -07:00
testability chore: update all import paths 2015-08-25 15:33:23 -07:00
util chore: update all import paths 2015-08-25 15:33:23 -07:00
zone chore(build): improve reliability of the saucelabs job 2015-09-15 18:34:13 +02:00
application_spec.ts feat(core): Add a long-form syntax for Angular bootstrapping. 2015-09-14 23:37:39 +00:00
directive_lifecycle_integration_spec.ts refactor: export core APIs from angular2/core 2015-09-05 07:01:34 +00:00
forward_ref_integration_spec.dart feat: allow for forward references in injection 2015-05-15 21:12:57 -07:00
forward_ref_integration_spec.ts refactor(compiler): cleanup and preparation for integration 2015-09-22 12:50:03 -07:00
spies.dart feat(render): add generic view factory based on the template commands 2015-09-25 11:56:58 -07:00
spies.ts feat(render): add generic view factory based on the template commands 2015-09-25 11:56:58 -07:00