perf(core): add option to remove blank text nodes from compiled templates
This commit is contained in:
@ -15,4 +15,5 @@ export interface AotCompilerOptions {
|
||||
missingTranslation?: MissingTranslationStrategy;
|
||||
enableLegacyTemplate?: boolean;
|
||||
enableSummariesForJit?: boolean;
|
||||
preserveWhitespaces?: boolean;
|
||||
}
|
||||
|
Reference in New Issue
Block a user