refactor(ivy): make bind
an internal-only function (#31131)
The function `bind` has been internalized wherever it was needed, this PR makes sure that it is no longer publicly exported. FW-1385 #resolve PR Close #31131
This commit is contained in:

committed by
Kara Erickson

parent
3fb78aaacc
commit
7ff628f8d5
@ -90,8 +90,6 @@ export class Identifiers {
|
||||
|
||||
static textBinding: o.ExternalReference = {name: 'ɵɵtextBinding', moduleName: CORE};
|
||||
|
||||
static bind: o.ExternalReference = {name: 'ɵɵbind', moduleName: CORE};
|
||||
|
||||
static enableBindings: o.ExternalReference = {name: 'ɵɵenableBindings', moduleName: CORE};
|
||||
|
||||
static disableBindings: o.ExternalReference = {name: 'ɵɵdisableBindings', moduleName: CORE};
|
||||
|
Reference in New Issue
Block a user