angular-cn/modules/playground
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
..
e2e_test refactor(core): move facades out of core 2015-11-07 01:36:06 +00:00
src cleanup(core): stop reexporting angular2/common from angular2/core 2015-11-19 19:54:27 +00:00
test/benchpress chore: rename modules/examples to modules/playground 2015-10-18 11:48:43 +00:00
pubspec.yaml feat(core): renam AMBIENT_DIRECTIVES and AMBIENT_PIPES into PLATFORM_DIRECTIVES and PLATFORM_PIPES 2015-11-10 01:45:25 +00:00