doc(Directive): fix the inline doc for lifecycle events
This commit is contained in:
parent
f9745327e6
commit
47b6b05017
@ -722,10 +722,10 @@ export class Directive extends Injectable {
|
|||||||
hostActions: StringMap<string, string>;
|
hostActions: StringMap<string, string>;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Specifies a set of lifecycle hostListeners in which the directive participates.
|
* Specifies which lifecycle should be notified to the directive.
|
||||||
*
|
*
|
||||||
* See {@link annotations/onChange}, {@link annotations/onDestroy},
|
* See {@link annotations/onChange}, {@link annotations/onDestroy}, {@link annotations/onCheck},
|
||||||
* {@link annotations/onAllChangesDone} for details.
|
* {@link annotations/onInit}, {@link annotations/onAllChangesDone} for details.
|
||||||
*/
|
*/
|
||||||
lifecycle: List<LifecycleEvent>;
|
lifecycle: List<LifecycleEvent>;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user