chore(docs): fix another link broken by clang-format
This commit is contained in:
parent
1fae8d6377
commit
6a0fe93ba9
|
@ -705,8 +705,8 @@ export class Directive extends Injectable {
|
||||||
/**
|
/**
|
||||||
* Specifies a set of lifecycle hostListeners in which the directive participates.
|
* Specifies a set of lifecycle hostListeners in which the directive participates.
|
||||||
*
|
*
|
||||||
* See {@link annotations/onChange}, {@link annotations/onDestroy}, {@link
|
* See {@link annotations/onChange}, {@link annotations/onDestroy},
|
||||||
* annotations/onAllChangesDone} for details.
|
* {@link annotations/onAllChangesDone} for details.
|
||||||
*/
|
*/
|
||||||
lifecycle: List<LifecycleEvent>;
|
lifecycle: List<LifecycleEvent>;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue