docs: fix Redundant "See also:" link in ContentChild (#28334)

PR Close #28334
This commit is contained in:
jithil-kore 2019-01-24 15:56:30 +05:30 committed by Jason Aden
parent cc1b2a5373
commit 7c157780a9

View File

@ -240,8 +240,6 @@ export interface ContentChildDecorator {
/** /**
* Type of the ContentChild metadata. * Type of the ContentChild metadata.
* *
* @see `ContentChild`.
*
* @publicApi * @publicApi
*/ */
export type ContentChild = Query; export type ContentChild = Query;