interface DirectivePrePost {
    post: DirectiveLinkFn;
    pre: DirectiveLinkFn;
}

Properties

Properties

The post-linking function of the directive.

The pre-linking function of the directive.