source: trip-planner-front/node_modules/primeng/terminal/terminalservice.d.ts@ 59329aa

Last change on this file since 59329aa was 59329aa, checked in by Ema <ema_spirova@…>, 3 years ago

adding photos

  • Property mode set to 100644
File size: 461 bytes
Line 
1import * as i0 from "@angular/core";
2export 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.