feat(dart/transform): Mark Compiler as Injectable
Necessary to allow runtime access via the `Injector`
This commit is contained in:
parent
ea58ef85fc
commit
f375dbd013
|
@ -41,6 +41,7 @@ export class CompilerCache {
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
@Injectable()
|
||||||
export class Compiler {
|
export class Compiler {
|
||||||
_reader: DirectiveMetadataReader;
|
_reader: DirectiveMetadataReader;
|
||||||
_compilerCache:CompilerCache;
|
_compilerCache:CompilerCache;
|
||||||
|
|
Loading…
Reference in New Issue