feat: add class directive to a list of directives

Closes #1292
This commit is contained in:
Pawel Kozlowski 2015-04-10 16:38:18 +02:00
parent 8fa1539bac
commit 7e2c04e805
1 changed files with 1 additions and 0 deletions

View File

@ -1,3 +1,4 @@
export * from './src/directives/class';
export * from './src/directives/for';
export * from './src/directives/if';
export * from './src/directives/non_bindable';