Skip to content

Commit 2475d90

Browse files
alfonso-presajteplitz
authored andcommitted
feat(NgStyle): Export NgStyle in angular2/directives
Closes angular#2878
1 parent a1f09ec commit 2475d90

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Diff for: modules/angular2/directives.ts

+1
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ export * from './src/directives/class';
1515
export * from './src/directives/ng_for';
1616
export * from './src/directives/ng_if';
1717
export * from './src/directives/ng_non_bindable';
18+
export * from './src/directives/ng_style';
1819
export * from './src/directives/ng_switch';
1920

2021
/**

0 commit comments

Comments
 (0)