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