fix(ivy): take preserveWhitespaces config option into account (FW-650) (#27197)
PR Close #27197
This commit is contained in:

committed by
Jason Aden

parent
9e391e010c
commit
d819c00fee
@ -60,7 +60,7 @@ export class DecorationAnalyzer {
|
||||
new BaseDefDecoratorHandler(this.typeChecker, this.host),
|
||||
new ComponentDecoratorHandler(
|
||||
this.typeChecker, this.host, this.scopeRegistry, this.isCore, this.resourceLoader,
|
||||
this.rootDirs),
|
||||
this.rootDirs, /* defaultPreserveWhitespaces */ false),
|
||||
new DirectiveDecoratorHandler(this.typeChecker, this.host, this.scopeRegistry, this.isCore),
|
||||
new InjectableDecoratorHandler(this.host, this.isCore),
|
||||
new NgModuleDecoratorHandler(this.typeChecker, this.host, this.scopeRegistry, this.isCore),
|
||||
|
Reference in New Issue
Block a user