fix(ivy): taking "interpolation" config option into account (FW-723) (#27363)
PR Close #27363
This commit is contained in:

committed by
Igor Minar

parent
159788685a
commit
8e644d99fc
@ -45,6 +45,8 @@ export class BindingParser {
|
||||
}
|
||||
}
|
||||
|
||||
get interpolationConfig(): InterpolationConfig { return this._interpolationConfig; }
|
||||
|
||||
getUsedPipes(): CompilePipeSummary[] { return Array.from(this._usedPipes.values()); }
|
||||
|
||||
createBoundHostProperties(dirMeta: CompileDirectiveSummary, sourceSpan: ParseSourceSpan):
|
||||
|
Reference in New Issue
Block a user