refactor(angular): removes Events service (#19600)

BREAKING CHANGES

The Events Service in @ionic/angular has been removed. 

- Use "Observables" for a similar pub/sub architecture: https://angular.io/guide/observables
- Use "Redux" for advanced state management: https://ngrx.io
This commit is contained in:
Liam DeBeasi
2019-10-09 14:05:20 -04:00
committed by Brandy Carney
parent e623fbff80
commit 17170f01da
3 changed files with 2 additions and 93 deletions

View File

@ -20,7 +20,6 @@ export * from './directives/proxies';
export { AngularDelegate } from './providers/angular-delegate';
export { ActionSheetController } from './providers/action-sheet-controller';
export { AlertController } from './providers/alert-controller';
export { Events } from './providers/events';
export { LoadingController } from './providers/loading-controller';
export { MenuController } from './providers/menu-controller';
export { PickerController } from './providers/picker-controller';