Last change
on this file was 59329aa, checked in by Ema <ema_spirova@…>, 3 years ago |
adding photos
|
-
Property mode
set to
100644
|
File size:
461 bytes
|
Rev | Line | |
---|
[59329aa] | 1 | import * as i0 from "@angular/core";
|
---|
| 2 | export declare class TerminalService {
|
---|
| 3 | private commandSource;
|
---|
| 4 | private responseSource;
|
---|
| 5 | commandHandler: import("rxjs").Observable<string>;
|
---|
| 6 | responseHandler: import("rxjs").Observable<string>;
|
---|
| 7 | sendCommand(command: string): void;
|
---|
| 8 | sendResponse(response: string): void;
|
---|
| 9 | static ɵfac: i0.ɵɵFactoryDeclaration<TerminalService, never>;
|
---|
| 10 | static ɵprov: i0.ɵɵInjectableDeclaration<TerminalService>;
|
---|
| 11 | }
|
---|
Note:
See
TracBrowser
for help on using the repository browser.