Skip to content

Commit 1dffa19

Browse files
committed
docs: ✏️ remove redundant section
1 parent 39ba0dd commit 1dffa19

File tree

1 file changed

+0
-14
lines changed

1 file changed

+0
-14
lines changed

README.md

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -173,20 +173,6 @@ spectator.detectChanges();
173173
spectator.detectComponentChanges();
174174
```
175175

176-
- `setInput()` - Changes the value of an @Input() of the tested component.
177-
Method runs `ngOnChanges` with `SimpleChanges` manually if it exists.
178-
```ts
179-
it('should...', () => {
180-
spectator.setInput('className', 'danger');
181-
182-
spectator.setInput({
183-
className: 'danger'
184-
});
185-
});
186-
```
187-
188-
189-
190176
- `setInput()` - Changes the value of an @Input() of the tested component.
191177
Method runs `ngOnChanges` with `SimpleChanges` manually if it exists.
192178
```ts

0 commit comments

Comments
 (0)