UNPKG

ng2-modal-module

Version:

bootstrap modal component adjusted for angular2+ framework based on rx-pubsub service. NO jQuery!

7 lines (6 loc) 283 B
export declare class Ng2ModalWindow { static showModal(modalId: string, options?: any): void; static hideModal(modalId: string): void; static resetEventsSubscribers(eventsList: any[]): void; static subscribe(eventName: string, callback: (data?: any) => any): void; }