angular/modules/angular2/test/core
vsavkin 5ba9ced1ab cleanup(core): stop reexporting angular2/common from angular2/core
All common directives, forms, and pipes have been moved out of angular2/core,
but we kept reexporting them to make transition easier.

This commit removes the reexports.

BREAKING CHANGE

Before

import {NgIf} from 'angular2/core';

After

import {NgIf} from 'angular2/common';

Closes #5362
2015-11-19 19:54:27 +00:00
..
change_detection refactor(compiler): make all commands const 2015-11-09 10:59:08 -08:00
debug cleanup(core): stop reexporting angular2/common from angular2/core 2015-11-19 19:54:27 +00:00
di refactor(core): move facades out of core 2015-11-07 01:36:06 +00:00
dom refactor(core): move render/dom from core 2015-11-17 15:53:55 -08:00
facade refactor(EventEmitter): rename .next() to .emit() 2015-11-18 22:16:40 +00:00
linker cleanup(core): stop reexporting angular2/common from angular2/core 2015-11-19 19:54:27 +00:00
metadata refactor(test): rename test_lib to testing 2015-10-13 10:36:49 -07:00
profile refactor(test): rename test_lib to testing 2015-10-13 10:36:49 -07:00
reflection refactor(core): move facades out of core 2015-11-07 01:36:06 +00:00
render refactor(core): move render/dom from core 2015-11-17 15:53:55 -08:00
testability refactor(EventEmitter): rename .next() to .emit() 2015-11-18 22:16:40 +00:00
util refactor(core): move facades out of core 2015-11-07 01:36:06 +00:00
zone refactor(core): move facades out of core 2015-11-07 01:36:06 +00:00
application_ref_spec.ts refactor(core): Move LifeCycle functionality into ApplicationRef. 2015-10-29 22:28:30 +00:00
directive_lifecycle_integration_spec.ts refactor(test): rename test_lib to testing 2015-10-13 10:36:49 -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 cleanup(core): stop reexporting angular2/common from angular2/core 2015-11-19 19:54:27 +00:00
spies.dart refactor(core): move directives, pipes, and forms into common 2015-11-05 23:00:32 +00:00
spies.ts refactor(core): move directives, pipes, and forms into common 2015-11-05 23:00:32 +00:00