perf(ivy): remove renderStringify calls for text nodes creation (#32342)
Values passed to the `ɵɵtext` instruction are strings (or undefined) in the generated code so no need to stringify those again. PR Close #32342
This commit is contained in:

committed by
Miško Hevery

parent
fac066ea9f
commit
a1e91b00d2
2
tools/public_api_guard/core/core.d.ts
vendored
2
tools/public_api_guard/core/core.d.ts
vendored
@ -1086,7 +1086,7 @@ export declare function ɵɵtemplate(index: number, templateFn: ComponentTemplat
|
||||
|
||||
export declare function ɵɵtemplateRefExtractor(tNode: TNode, currentView: LView): ViewEngine_TemplateRef<unknown> | null;
|
||||
|
||||
export declare function ɵɵtext(index: number, value?: any): void;
|
||||
export declare function ɵɵtext(index: number, value?: string): void;
|
||||
|
||||
export declare function ɵɵtextBinding<T>(value: T | NO_CHANGE): void;
|
||||
|
||||
|
Reference in New Issue
Block a user