refactor(ivy): remove unused ɵɵtextBinding instruction (#32345)
PR Close #32345
This commit is contained in:

committed by
Misko Hevery

parent
cc288aec3d
commit
5635505f2e
2
tools/public_api_guard/core/core.d.ts
vendored
2
tools/public_api_guard/core/core.d.ts
vendored
@ -1088,8 +1088,6 @@ export declare function ɵɵtemplateRefExtractor(tNode: TNode, currentView: LVie
|
||||
|
||||
export declare function ɵɵtext(index: number, value?: string): void;
|
||||
|
||||
export declare function ɵɵtextBinding<T>(value: T | NO_CHANGE): void;
|
||||
|
||||
export declare function ɵɵtextInterpolate(v0: any): TsickleIssue1009;
|
||||
|
||||
export declare function ɵɵtextInterpolate1(prefix: string, v0: any, suffix: string): TsickleIssue1009;
|
||||
|
Reference in New Issue
Block a user