• 概要
@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