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:
Olivier Combe
2019-06-18 17:58:15 +02:00
committed by Kara Erickson
parent 3fb78aaacc
commit 7ff628f8d5
20 changed files with 41 additions and 70 deletions

View File

@ -35,7 +35,6 @@ export {
ɵɵattributeInterpolate8,
ɵɵattributeInterpolateV,
ɵɵbind,
ɵɵclassMap,
ɵɵclassProp,
ɵɵcomponentHostSyntheticListener,