Skip to content

Commit e31e7b0

Browse files
committed
mark Angular API properties as deprecated
1 parent 11de92f commit e31e7b0

File tree

1 file changed

+3
-3
lines changed
  • docs/angular-testing-library

1 file changed

+3
-3
lines changed

docs/angular-testing-library/api.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ export async function render<WrapperType = WrapperComponent>(
7676

7777
## Component RenderOptions
7878

79-
### `componentInputs`
79+
### ~~`componentInputs`~~ (deprecated)
8080

8181
An object to set `@Input` properties of the component. Uses `setInput` to set
8282
the input property. Throws if the component property is not annotated with the
@@ -94,7 +94,7 @@ await render(AppComponent, {
9494
})
9595
```
9696

97-
### `componentOutputs`
97+
### ~~`componentOutputs`~~ (deprecated)
9898

9999
An object to set `@Output` properties of the component.
100100

@@ -110,7 +110,7 @@ await render(AppComponent, {
110110
})
111111
```
112112

113-
### `componentProperties`
113+
### ~~`componentProperties`~~ (deprecated)
114114

115115
An object to set `@Input` and `@Output` properties of the component. Doesn't
116116
have a fine-grained control as `componentInputs` and `componentOutputs`.

0 commit comments

Comments
 (0)