This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import {Injectable} from '@angular/core'; | |
import {Subject, Subscription} from 'rxjs'; | |
/** | |
* A custom Events service just like Ionic 3 Events https://ionicframework.com/docs/v3/api/util/Events/ which got removed in Ionic 5. | |
* | |
* @author Shashank Agrawal | |
*/ | |
@Injectable({ | |
providedIn: 'root' |