From 2475d9019757d10a692a36a15ed17a68c594636e Mon Sep 17 00:00:00 2001 From: Alfonso Presa Date: Sun, 5 Jul 2015 00:03:10 +0200 Subject: [PATCH] feat(NgStyle): Export NgStyle in angular2/directives Closes #2878 --- modules/angular2/directives.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/angular2/directives.ts b/modules/angular2/directives.ts index 580faafe32eb33..dd5088730ebe45 100644 --- a/modules/angular2/directives.ts +++ b/modules/angular2/directives.ts @@ -15,6 +15,7 @@ export * from './src/directives/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'; /**