bindDirectiveAfterChildrenCallbacks function

void bindDirectiveAfterChildrenCallbacks(
  1. MatchedDirective directive,
  2. CompileElement compileElement
)

Implementation

void bindDirectiveAfterChildrenCallbacks(
  ir.MatchedDirective directive,
  CompileElement compileElement,
) {
  _bindAfterContentCallbacks(directive, compileElement);
  _bindAfterViewCallbacks(directive, compileElement);
  _bindDestroyCallbacks(directive, compileElement);
}