Skip to content

Commit

Permalink
fix: ci
Browse files Browse the repository at this point in the history
  • Loading branch information
Wendell committed Jan 3, 2019
1 parent 5dee536 commit 2b72c8c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions components/empty/doc/index.en-US.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,13 +24,13 @@ When there is no data provided, display for friendly tips.

| Methods/Properties | Description | Parameters |
| -------- | ----------- | ---- |
| `setDefaultEmptyContent` | To set the default empty content | `TemplateRef<void> | string | undefined` |
| `setDefaultEmptyContent` | To set the default empty content | `TemplateRef<void>``string` | undefined` |

### InjectionToken

| Token | Description | Parameters |
| ----- | --- | ---- |
| `NZ_DEFAULT_EMPTY_CONTENT` | To provide a user default empty component | `Type<any> | string` |
| `NZ_DEFAULT_EMPTY_CONTENT` | To provide a user default empty component | `Type<any>``string` |
| `NZ_EMPTY_COMPONENT_NAME` | Would be injected to `NZ_DEFAULT_EMPTY_CONTENT`, telling that component its parent component | `string` |

### Global Customizable Empty Content
Expand Down
4 changes: 2 additions & 2 deletions components/empty/doc/index.zh-CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,13 +25,13 @@ title: Empty

| 属性/方法 | 说明 | 参数 | 返回 |
| -------- | ----------- | ---- |
| `setDefaultEmptyContent` | 设置全局空内容 | `Component | TemplateRef<void> | string | undefined` | void |
| `setDefaultEmptyContent` | 设置全局空内容 | `Component | TemplateRef<void>``string``undefined` | void |

### InjectionToken

| Token | 说明 | 参数 |
| ----- | --- | ---- |
| `NZ_DEFAULT_EMPTY_CONTENT` | 提供一个用户自定义的空组件 | `Type<any> | string` |
| `NZ_DEFAULT_EMPTY_CONTENT` | 提供一个用户自定义的空组件 | `Type<any>``string` |
| `NZ_EMPTY_COMPONENT_NAME` | 将会被注入到 `NZ_DEFAULT_EMPTY_CONTENT` 中,告诉该组件其父组件的名称 | `string` |

### 全局自定义控组件
Expand Down

0 comments on commit 2b72c8c

Please sign in to comment.