The Wayback Machine - https://web.archive.org/web/20260130131826/https://angular.dev/api/core/CompilerFactory
    • Overview
@angular/core

CompilerFactory

Class
deprecated

A factory for creating a Compiler

Deprecation warning

Ivy JIT mode doesn't require accessing this symbol.

API

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

createCompiler

Compiler
@paramoptionsCompilerOptions[] | undefined
@returnsCompiler
Jump to details
HTTPS · web.archive.org
← Home