docs: add example links to 'DoCheck' lifeycle hook docs (#36574)
There were some examples for 'DoCheck' in the lifeCycle hooks guide. Added a link to the relevant section of the guide in the 'DoCheck()' api docs. Fixes #35596 PR Close #36574
This commit is contained in:
parent
b199ef6bfc
commit
e5b09cc49a
|
@ -86,6 +86,9 @@ export interface OnInit {
|
|||
*
|
||||
* {@example core/ts/metadata/lifecycle_hooks_spec.ts region='DoCheck'}
|
||||
*
|
||||
* For a more complete example and discussion, see
|
||||
* [Defining custom change detection](guide/lifecycle-hooks#defining-custom-change-detection).
|
||||
*
|
||||
* @publicApi
|
||||
*/
|
||||
export interface DoCheck {
|
||||
|
|
Loading…
Reference in New Issue