(lView: LView, icuIndex: number, caseIndex: number)
| 625 | * allowing its nodes to be hydrated and not cleaned up. |
| 626 | */ |
| 627 | export function claimDehydratedIcuCase(lView: LView, icuIndex: number, caseIndex: number) { |
| 628 | _claimDehydratedIcuCaseImpl(lView, icuIndex, caseIndex); |
| 629 | } |
| 630 | |
| 631 | export function enableClaimDehydratedIcuCaseImpl() { |
| 632 | _claimDehydratedIcuCaseImpl = claimDehydratedIcuCaseImpl; |
no test coverage detected