Preparing search index...
The search index is not available
@angular-wave/angular.ts
@angular-wave/angular.ts
types
DirectivePrePost
Interface DirectivePrePost
interface
DirectivePrePost
{
post
:
DirectiveLinkFn
;
pre
:
DirectiveLinkFn
;
}
Index
Properties
post
pre
Properties
post
post
:
DirectiveLinkFn
The post-linking function of the directive.
pre
pre
:
DirectiveLinkFn
The pre-linking function of the directive.
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
post
pre
@angular-wave/angular.ts
Loading...
The post-linking function of the directive.