chore: update all import paths

This commit is contained in:
Jeff Cross
2015-08-20 14:28:25 -07:00
parent 10437ab85c
commit 8ed22ce6e7
592 changed files with 1616 additions and 1486 deletions

View File

@ -4,19 +4,19 @@
* Common directives shipped with Angular.
*/
import {CONST_EXPR, Type} from './src/facade/lang';
import {NgClass} from './src/directives/ng_class';
import {NgFor} from './src/directives/ng_for';
import {NgIf} from './src/directives/ng_if';
import {NgNonBindable} from './src/directives/ng_non_bindable';
import {NgSwitch, NgSwitchWhen, NgSwitchDefault} from './src/directives/ng_switch';
import {CONST_EXPR, Type} from './src/core/facade/lang';
import {NgClass} from './src/core/directives/ng_class';
import {NgFor} from './src/core/directives/ng_for';
import {NgIf} from './src/core/directives/ng_if';
import {NgNonBindable} from './src/core/directives/ng_non_bindable';
import {NgSwitch, NgSwitchWhen, NgSwitchDefault} from './src/core/directives/ng_switch';
export * from './src/directives/ng_class';
export * from './src/directives/ng_for';
export * from './src/directives/ng_if';
export * from './src/directives/ng_non_bindable';
export * from './src/directives/ng_style';
export * from './src/directives/ng_switch';
export * from './src/core/directives/ng_class';
export * from './src/core/directives/ng_for';
export * from './src/core/directives/ng_if';
export * from './src/core/directives/ng_non_bindable';
export * from './src/core/directives/ng_style';
export * from './src/core/directives/ng_switch';
/**
* A collection of the Angular core directives that are likely to be used in each and every Angular