CompilerFactory

From Get docs
< @angular/coreAngular/docs/9/api/core/compilerfactory /
Revision as of 02:30, 6 December 2021 by Notes (talk | contribs) (Page commit)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)


CompilerFactory

class

A factory for creating a Compiler

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

Subclasses

  • JitCompilerFactory


Methods

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

Parameters
options CompilerOptions[] Optional. Default is undefined.
Returns

Compiler



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