perf(core): add option to remove blank text nodes from compiled templates
This commit is contained in:
1
tools/public_api_guard/core/core.d.ts
vendored
1
tools/public_api_guard/core/core.d.ts
vendored
@ -201,6 +201,7 @@ export declare type CompilerOptions = {
|
||||
providers?: StaticProvider[];
|
||||
missingTranslation?: MissingTranslationStrategy;
|
||||
enableLegacyTemplate?: boolean;
|
||||
preserveWhitespaces?: boolean;
|
||||
};
|
||||
|
||||
/** @stable */
|
||||
|
Reference in New Issue
Block a user