perf(core): add option to remove blank text nodes from compiled templates
This commit is contained in:
@ -152,7 +152,8 @@ export class DirectiveResolver {
|
||||
styleUrls: directive.styleUrls,
|
||||
encapsulation: directive.encapsulation,
|
||||
animations: directive.animations,
|
||||
interpolation: directive.interpolation
|
||||
interpolation: directive.interpolation,
|
||||
preserveWhitespaces: directive.preserveWhitespaces,
|
||||
});
|
||||
} else {
|
||||
return new Directive({
|
||||
|
Reference in New Issue
Block a user