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
|
||||
*
|
||||
|
||||
@@ -332,8 +332,9 @@ import {ViewEncapsulation} from './view';
|
||||
*
|
||||
* ## 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
|
||||
*
|
||||
@@ -790,8 +791,9 @@ export class DirectiveMetadata extends InjectableMetadata {
|
||||
*
|
||||
* ## 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
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user