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:
ajitsinghkaler 2020-04-11 12:06:09 +05:30 committed by Misko Hevery
parent b199ef6bfc
commit e5b09cc49a
1 changed files with 3 additions and 0 deletions

View File

@ -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 {