feat(platform-browser-dynamic): export JitCompilerFactory
(#20478)
Fixes #20125 PR Close #20478
This commit is contained in:

committed by
Miško Hevery

parent
437a0446e2
commit
d7a727cc07
@ -150,8 +150,13 @@ export const COMPILER_PROVIDERS = <StaticProvider[]>[
|
||||
{ provide: NgModuleResolver, deps: [CompileReflector]},
|
||||
];
|
||||
|
||||
/**
|
||||
* @experimental
|
||||
*/
|
||||
export class JitCompilerFactory implements CompilerFactory {
|
||||
private _defaultOptions: CompilerOptions[];
|
||||
|
||||
/* @internal */
|
||||
constructor(defaultOptions: CompilerOptions[]) {
|
||||
const compilerOptions: CompilerOptions = {
|
||||
useJit: true,
|
||||
|
Reference in New Issue
Block a user