angular-cn/modules
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
..
angular1_router refactor(EventEmitter): rename .next() to .emit() 2015-11-18 22:16:40 +00:00
angular2 cleanup(core): stop reexporting angular2/common from angular2/core 2015-11-19 19:54:27 +00:00
angular2_material refactor(EventEmitter): rename .next() to .emit() 2015-11-18 22:16:40 +00:00
benchmarks cleanup(core): stop reexporting angular2/common from angular2/core 2015-11-19 19:54:27 +00:00
benchmarks_external fix(benchmarks): update react and polymer benchmarks and get tree update numbers for all of the benchmarks as well. 2015-10-28 13:17:01 -07:00
benchpress refactor(ListWrapper): drop filter, find, reduce & any 2015-11-09 19:24:14 +00:00
playground cleanup(core): stop reexporting angular2/common from angular2/core 2015-11-19 19:54:27 +00:00