chore: update all import paths
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user