W3cubDocs

/Angular

CompilerFactory

class deprecated

A factory for creating a Compiler

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

abstract class CompilerFactory {
  abstract createCompiler(options?: CompilerOptions[]): Compiler
}

Subclasses

Methods

abstract createCompiler(options?: CompilerOptions[]): Compiler

Parameters
options CompilerOptions[]

Optional. Default is undefined.

Returns

Compiler

© 2010–2023 Google, Inc.
Licensed under the Creative Commons Attribution License 4.0.
https://angular.io/api/core/CompilerFactory