CompilerOptions
Options for creating a compiler.
type CompilerOptions = {
defaultEncapsulation?: ViewEncapsulation;
providers?: StaticProvider[];
preserveWhitespaces?: boolean;
};
Description
Note: the useJit
and missingTranslation
config options are not used in Ivy, passing them has
no effect. Those config options are deprecated since v13.