We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 959112f commit 4d57694Copy full SHA for 4d57694
src/core/bus/bus.ts
@@ -35,8 +35,8 @@ export class Bus {
35
share(),
36
)
37
38
- setControl(lines: Partial<ControlLines>): void {
+ setControl(signals: Partial<ControlLines>): void {
39
const control = this.control$.getValue()
40
- this.control$.next(Object.assign(control, lines))
+ this.control$.next(Object.assign(control, signals))
41
}
42
0 commit comments