v1/src/compiler/view_compiler/lifecycle_binder library
Functions
-
bindDirectiveAfterChildrenCallbacks(
MatchedDirective directive, CompileElement compileElement) → void -
bindDirectiveDetectChangesLifecycleCallbacks(
MatchedDirective directive, CompileElement compileElement) → void -
bindPipeDestroyLifecycleCallbacks(
CompilePipeMetadata pipeMeta, Expression pipeInstance, CompileView view) → void -
Call ngOnDestroy for each pipe that implements
OnDestroy
.