fix(docs) Added more readable links
Follows https://github.com/angular/angular/pull/3677 I hope this works.
This commit is contained in:
parent
d2d0715568
commit
9d44ae3d32
|
@ -94,7 +94,8 @@ export class ViewRef implements HostViewRef {
|
||||||
* A reference to an Angular ProtoView.
|
* A reference to an Angular ProtoView.
|
||||||
*
|
*
|
||||||
* A ProtoView is a reference to a template for easy creation of views.
|
* A ProtoView is a reference to a template for easy creation of views.
|
||||||
* (See {@link AppViewManager#createViewInContainer} and {@link AppViewManager#createRootHostView}).
|
* (See {@link AppViewManager#createViewInContainer `AppViewManager#createViewInContainer`} and
|
||||||
|
* {@link AppViewManager#createRootHostView `AppViewManager#createRootHostView`}).
|
||||||
*
|
*
|
||||||
* A `ProtoView` is a factory for creating `View`s.
|
* A `ProtoView` is a factory for creating `View`s.
|
||||||
*
|
*
|
||||||
|
|
Loading…
Reference in New Issue