feat(NgStyle): Export NgStyle in angular2/directives

Closes #2878
This commit is contained in:
Alfonso Presa 2015-07-05 00:03:10 +02:00 committed by Tobias Bosch
parent 3869818d8f
commit edf5053bf0
1 changed files with 1 additions and 0 deletions

View File

@ -15,6 +15,7 @@ export * from './src/directives/class';
export * from './src/directives/ng_for'; export * from './src/directives/ng_for';
export * from './src/directives/ng_if'; export * from './src/directives/ng_if';
export * from './src/directives/ng_non_bindable'; export * from './src/directives/ng_non_bindable';
export * from './src/directives/ng_style';
export * from './src/directives/ng_switch'; export * from './src/directives/ng_switch';
/** /**