doc(api): fix invalid doc links (#9873)
Errors were reported during API doc generation.
This commit is contained in:

committed by
Victor Berchet

parent
96a9e66616
commit
749dec7dfb
@ -259,7 +259,7 @@ export class Binding extends Provider {
|
||||
* to an existing `token`.
|
||||
* See {@link ProviderBuilder} for more details.
|
||||
*
|
||||
* The `token` is most commonly a class or {@link OpaqueToken-class.html}.
|
||||
* The `token` is most commonly a class or {@link OpaqueToken}.
|
||||
*
|
||||
* @deprecated
|
||||
*/
|
||||
|
@ -73,8 +73,8 @@ export class AbstractProviderError extends BaseException {
|
||||
}
|
||||
|
||||
/**
|
||||
* Thrown when trying to retrieve a dependency by `Key` from {@link Injector}, but the
|
||||
* {@link Injector} does not have a {@link Provider} for {@link Key}.
|
||||
* Thrown when trying to retrieve a dependency by key from {@link Injector}, but the
|
||||
* {@link Injector} does not have a {@link Provider} for the given key.
|
||||
*
|
||||
* ### Example ([live demo](http://plnkr.co/edit/vq8D3FRB9aGbnWJqtEPE?p=preview))
|
||||
*
|
||||
|
@ -68,7 +68,7 @@ export interface ResolvedReflectiveProvider {
|
||||
}
|
||||
|
||||
/**
|
||||
* See {@link ResolvedProvider} instead.
|
||||
* See {@link ResolvedReflectiveProvider} instead.
|
||||
*
|
||||
* @deprecated
|
||||
*/
|
||||
|
Reference in New Issue
Block a user