UNPKG

my-test123

Version:
12 lines (11 loc) 413 B
import { Observable } from 'rxjs/Observable'; export declare class ModalService { private clientSource; private componentSource; private clientSource$; private componentSource$; constructor(); openModal(title: string, message: string, buttonText: string, actionKey?: string): Observable<string>; doAction(actionKey: string): void; getComponentObservable(): Observable<string[]>; }