docs(core): Remove repeated example (#31555)

PR Close #31555
This commit is contained in:
nikz99 2019-07-14 20:46:19 +01:00 committed by Matias Niemelä
parent 8853f13f82
commit d5d8657d30
1 changed files with 0 additions and 5 deletions

View File

@ -349,11 +349,6 @@ export interface ViewChildDecorator {
* {@example core/di/ts/viewChild/view_child_howto.ts region='HowTo'
* linenums="false"}
*
* ### Example 3
*
* {@example core/di/ts/viewChild/view_child_example.ts region='Component'
* linenums="false"}
*
* @Annotation
*/
(selector: Type<any>|Function|string, opts: {read?: any, static: boolean}): any;