angular/modules/angular2/test/core
Jeff Cross 9a70f84e60 refactor(pipes): rename PipeRegistry to Pipes
BREAKING CHANGE:
    This change renames all instances of PipeRegistry to Pipes.
    As part of this change, the former "defaultPipes" export is
    now a Pipes instance, instead of a map. The map that was previously
    called "defaultPipes" no longer exists, but may be accessed via
    defaultPipes.config.
2015-07-10 15:42:56 -07:00
..
annotations feat: allow Type.annotations = Component(...).View(...) 2015-06-16 16:36:46 -07:00
compiler refactor(pipes): rename PipeRegistry to Pipes 2015-07-10 15:42:56 -07:00
life_cycle refactor(change_detection): made ChangeDetector and ProtoChangeDetector interfaces 2015-06-18 17:41:22 -07:00
testability refactor(core): ts’ify tests 2015-05-26 17:01:31 -07:00
zone chore: kill ListWrapper.create() and .push(). 2015-06-17 16:21:55 -07:00
application_spec.ts refactor(di): unified di injector and core injector 2015-06-26 15:59:18 -07:00
directive_lifecycle_integration_spec.ts chore(test): migrate remaining core tests to testcomponentbuilder 2015-06-24 21:52:03 -07: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 feat(di): removed app injector 2015-07-01 13:33:43 -07:00