X Tutup
Skip to content

Commit edf5053

Browse files
alfonso-presatbosch
authored andcommitted
feat(NgStyle): Export NgStyle in angular2/directives
Closes #2878
1 parent 3869818 commit edf5053

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

modules/angular2/directives.ts

Lines changed: 1 addition & 0 deletions
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)
X Tutup