From 596ad3c39f933128a8c2c75d2b5f400047873eb5 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 --- modules/angular2/directives.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/angular2/directives.ts b/modules/angular2/directives.ts index 580faafe32eb..dd5088730ebe 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'; /**