angular/modules/angular2/test/web_workers/worker
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
..
event_dispatcher_spec.ts refactor(EventEmitter): rename .next() to .emit() 2015-11-18 22:16:40 +00:00
renderer_integration_spec.ts cleanup(core): stop reexporting angular2/common from angular2/core 2015-11-19 19:54:27 +00:00
spies.dart refactor(dart): Format Dart code 2015-10-20 17:39:37 +00:00
spies.ts refactor(test): rename test_lib to testing 2015-10-13 10:36:49 -07:00
xhr_impl_spec.ts refactor(core): move facades out of core 2015-11-07 01:36:06 +00:00