File tree 1 file changed +3
-3
lines changed
docs/angular-testing-library
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -76,7 +76,7 @@ export async function render<WrapperType = WrapperComponent>(
76
76
77
77
## Component RenderOptions
78
78
79
- ### ` componentInputs `
79
+ ### ~~ ` componentInputs ` ~~ ( deprecated )
80
80
81
81
An object to set ` @Input ` properties of the component . Uses ` setInput ` to set
82
82
the input property . Throws if the component property is not annotated with the
@@ -94,7 +94,7 @@ await render(AppComponent, {
94
94
})
95
95
` ` `
96
96
97
- ### ` componentOutputs `
97
+ ### ~~ ` componentOutputs ` ~~ ( deprecated )
98
98
99
99
An object to set ` @Output ` properties of the component .
100
100
@@ -110,7 +110,7 @@ await render(AppComponent, {
110
110
})
111
111
` ` `
112
112
113
- ### ` componentProperties `
113
+ ### ~~ ` componentProperties ` ~~ ( deprecated )
114
114
115
115
An object to set ` @Input ` and ` @Output ` properties of the component . Doesn ' t
116
116
have a fine - grained control as ` componentInputs ` and ` componentOutputs ` .
You can’t perform that action at this time.
0 commit comments