feat(dart/transform): Mark Compiler as Injectable

Necessary to allow runtime access via the `Injector`
This commit is contained in:
Tim Blasi 2015-04-09 17:35:33 -07:00
parent ea58ef85fc
commit f375dbd013
1 changed files with 1 additions and 0 deletions

View File

@ -41,6 +41,7 @@ export class CompilerCache {
}
@Injectable()
export class Compiler {
_reader: DirectiveMetadataReader;
_compilerCache:CompilerCache;