W3cubDocs

/Angular

JitCompilerFactory

class deprecated final

Deprecated: Ivy JIT mode doesn't require accessing this symbol. See JIT API changes due to ViewEngine deprecation for additional context.

class JitCompilerFactory implements CompilerFactory {
  createCompiler(options: CompilerOptions[] = []): Compiler
}

Methods

createCompiler(options: CompilerOptions[] = []): Compiler

Parameters
options CompilerOptions[]

Optional. Default is [].

Returns

Compiler

© 2010–2023 Google, Inc.
Licensed under the Creative Commons Attribution License 4.0.
https://angular.io/api/platform-browser-dynamic/JitCompilerFactory