You can not select more than 25 topics
			Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
		
		
		
		
		
			
		
			
				
					
					
						
							11 lines
						
					
					
						
							461 B
						
					
					
				
			
		
		
		
			
			
			
				
					
				
				
					
				
			
		
		
	
	
							11 lines
						
					
					
						
							461 B
						
					
					
				
								import * as i0 from "@angular/core";
							 | 
						|
								export declare class TerminalService {
							 | 
						|
								    private commandSource;
							 | 
						|
								    private responseSource;
							 | 
						|
								    commandHandler: import("rxjs").Observable<string>;
							 | 
						|
								    responseHandler: import("rxjs").Observable<string>;
							 | 
						|
								    sendCommand(command: string): void;
							 | 
						|
								    sendResponse(response: string): void;
							 | 
						|
								    static ɵfac: i0.ɵɵFactoryDeclaration<TerminalService, never>;
							 | 
						|
								    static ɵprov: i0.ɵɵInjectableDeclaration<TerminalService>;
							 | 
						|
								}
							 |