angular-cn/modules/angular2/test/core/forms
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
..
directives_spec.ts refactor: export core APIs from angular2/core 2015-09-05 07:01:34 +00:00
form_builder_spec.ts refactor: export core APIs from angular2/core 2015-09-05 07:01:34 +00:00
integration_spec.ts feat(query): make QueryList notify on changes via an observable 2015-09-30 15:45:16 +00:00
model_spec.ts refactor: export core APIs from angular2/core 2015-09-05 07:01:34 +00:00
validators_spec.ts refactor: export core APIs from angular2/core 2015-09-05 07:01:34 +00:00