angular/modules/angular2/test
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
..
animate refactor(test): rename test_lib to testing 2015-10-13 10:36:49 -07:00
common cleanup(core): stop reexporting angular2/common from angular2/core 2015-11-19 19:54:27 +00:00
compiler feat(Compiler): case sensitive html parser 2015-11-19 18:55:04 +00:00
core cleanup(core): stop reexporting angular2/common from angular2/core 2015-11-19 19:54:27 +00:00
http fix(http): refactor 'require' statements to 'import' declarations for Rx 2015-11-17 01:26:54 +00:00
mock refactor(core): move facades out of core 2015-11-07 01:36:06 +00:00
platform feat(bootstrap): add platform and app initializers 2015-11-18 22:22:32 +00:00
router refactor(EventEmitter): rename .next() to .emit() 2015-11-18 22:16:40 +00:00
symbol_inspector chore(test): fix public API test failure when no support of Symbol.for 2015-11-10 11:23:01 +01:00
testing cleanup(core): stop reexporting angular2/common from angular2/core 2015-11-19 19:54:27 +00:00
tools refactor(core): move facades out of core 2015-11-07 01:36:06 +00:00
upgrade refactor(EventEmitter): rename .next() to .emit() 2015-11-18 22:16:40 +00:00
web_workers cleanup(core): stop reexporting angular2/common from angular2/core 2015-11-19 19:54:27 +00:00
dev_mode_spec.ts refactor(core): move facades out of core 2015-11-07 01:36:06 +00:00
public_api_spec.ts feat(bootstrap): add platform and app initializers 2015-11-18 22:22:32 +00:00