UNPKG

primeng

Version:

[![npm version](https://badge.fury.io/js/primeng.svg)](https://badge.fury.io/js/primeng) [![npm downloads](https://img.shields.io/npm/dm/primeng.svg)](https://www.npmjs.com/package/primeng) [![Actions CI](https://github.com/primefaces/primeng/workflows/No

12 lines (11 loc) 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>; }