On this page
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
| 
         
         createCompiler()
          | 
      |||
|---|---|---|---|
        
          | 
      
options | 
            CompilerOptions[] | 
            Optional. Default is   | 
           
Returns
© 2010–2022 Google, Inc.
Licensed under the Creative Commons Attribution License 4.0.
 https://v13.angular.io/api/core/CompilerFactory