perf(core): add option to remove blank text nodes from compiled templates (#18823)

PR Close #18823
This commit is contained in:
Pawel Kozlowski
2017-07-28 15:58:28 +02:00
committed by Miško Hevery
parent 7ec28fe9af
commit b8b551cf2b
29 changed files with 536 additions and 48 deletions

View File

@ -85,7 +85,8 @@ export class MockDirectiveResolver extends DirectiveResolver {
styles: view.styles,
styleUrls: view.styleUrls,
encapsulation: view.encapsulation,
interpolation: view.interpolation
interpolation: view.interpolation,
preserveWhitespaces: view.preserveWhitespaces,
});
}