feat(dart/transform): Mark Compiler as Injectable

Necessary to allow runtime access via the `Injector`
This commit is contained in:
Tim Blasi
2015-04-10 13:41:26 -07:00
parent ea58ef85fc
commit f375dbd013
+1
View File
@@ -41,6 +41,7 @@ export class CompilerCache {
}
@Injectable()
export class Compiler {
_reader: DirectiveMetadataReader;
_compilerCache:CompilerCache;