perf(core): add option to remove blank text nodes from compiled templates
This commit is contained in:
@ -107,6 +107,7 @@ export type CompilerOptions = {
|
||||
// Whether to support the `<template>` tag and the `template` attribute to define angular
|
||||
// templates. They have been deprecated in 4.x, `<ng-template>` should be used instead.
|
||||
enableLegacyTemplate?: boolean,
|
||||
preserveWhitespaces?: boolean,
|
||||
};
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user