angular-cn/modules/angular2/test/common/directives
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
..
ng_class_spec.ts feat(NgClass) allow multiple classes per expression 2015-11-12 14:54:02 +00:00
ng_for_spec.ts refactor(core): move facades out of core 2015-11-07 01:36:06 +00:00
ng_if_spec.ts cleanup(core): stop reexporting angular2/common from angular2/core 2015-11-19 19:54:27 +00:00
ng_style_spec.ts refactor(core): move facades out of core 2015-11-07 01:36:06 +00:00
ng_switch_spec.ts refactor(core): move directives, pipes, and forms into common 2015-11-05 23:00:32 +00:00
non_bindable_spec.ts refactor(core): move directives, pipes, and forms into common 2015-11-05 23:00:32 +00:00
observable_list_diff_spec.dart cleanup(core): stop reexporting angular2/common from angular2/core 2015-11-19 19:54:27 +00:00