docs(dgeni): fix a dgeni link error due to ambiguous link
This commit is contained in:
parent
9757c137db
commit
ffc63fc6d6
|
@ -424,7 +424,7 @@ export var Query: QueryFactory = makeParamDecorator(QueryMetadata);
|
||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* {@link ViewQueryMetadata} factory function.
|
* {@link di/ViewQueryMetadata} factory function.
|
||||||
*/
|
*/
|
||||||
export var ViewQuery: QueryFactory = makeParamDecorator(ViewQueryMetadata);
|
export var ViewQuery: QueryFactory = makeParamDecorator(ViewQueryMetadata);
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue