docs(api): fix broken example urls (#9828)
This commit is contained in:

committed by
Victor Berchet

parent
9cc3b2ca9e
commit
ae62f082fd
@ -528,8 +528,9 @@ export interface AppModuleMetadataFactory {
|
||||
*
|
||||
* ## Lifecycle hooks
|
||||
*
|
||||
* When the component class implements some {@link ../../guide/lifecycle-hooks.html} the callbacks
|
||||
* are called by the change detection at defined points in time during the life of the component.
|
||||
* When the component class implements some {@link ../../../guide/lifecycle-hooks.html} the
|
||||
* callbacks are called by the change detection at defined points in time during the life of the
|
||||
* component.
|
||||
*
|
||||
* ### Example
|
||||
*
|
||||
@ -859,8 +860,9 @@ export var Component: ComponentMetadataFactory =
|
||||
*
|
||||
* ## Lifecycle hooks
|
||||
*
|
||||
* When the directive class implements some {@link ../../guide/lifecycle-hooks.html} the callbacks
|
||||
* are called by the change detection at defined points in time during the life of the directive.
|
||||
* When the directive class implements some {@link ../../../guide/lifecycle-hooks.html} the
|
||||
* callbacks are called by the change detection at defined points in time during the life of the
|
||||
* directive.
|
||||
*
|
||||
* ### Example
|
||||
*
|
||||
|
Reference in New Issue
Block a user