feat(transformers): expose DI transformer for use by packages

Expose the DI transformer for packages that have injectable objects but do not
contain the application or angular views.

Closes #2814
This commit is contained in:
Ted Sander 2015-07-01 01:45:25 -07:00 committed by Tobias Bosch
parent b73ba68215
commit 2bc1217409
1 changed files with 3 additions and 0 deletions

View File

@ -0,0 +1,3 @@
library angular2.di_transformer_dart;
export 'src/transform/di_transformer.dart';