From edf5053bf02552b71d6011ab72964be472ebe0d6 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 580faafe32..dd5088730e 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'; /**