UNPKG

jade-integration-utils

Version:

A tool made for any type of http requisitions and to manage localstorage. This package works into Angular and Ionic projects (maybe you can run this in ReactNative, MAYBE!).

6 lines (5 loc) 180 B
import { EventEmitter } from '@angular/core'; export declare class EventEmitterService { private static emitters; static get(nomeEvento: string): EventEmitter<any>; }