docs(API): 修订

This commit is contained in:
Zhicheng Wang 2018-08-31 12:23:43 +08:00
parent 46e428659a
commit f7541dda47
1 changed files with 2 additions and 0 deletions

View File

@ -654,6 +654,8 @@ export interface Component extends Directive {
* Defines the set of injectable objects that are visible to its view DOM children.
* See [example](#injecting-a-class-with-a-view-provider).
*
* [](#injecting-a-class-with-a-view-provider)
*
*/
viewProviders?: Provider[];