Skip to content

Commit

Permalink
fix(angular): es6 build (#16207)
Browse files Browse the repository at this point in the history
fixes #15979
  • Loading branch information
manucorporat authored Nov 3, 2018
1 parent d817cc3 commit a981116
Show file tree
Hide file tree
Showing 3 changed files with 34 additions and 31 deletions.
3 changes: 3 additions & 0 deletions angular/src/providers/platform.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ import { proxyEvent } from '../util/util';


export class BackButtonEmitter extends EventEmitter<BackButtonDetail> {
constructor() {
super();
}
subscribeWithPriority(priority: number, callback: () => Promise<any> | void) {
return this.subscribe((ev: BackButtonDetail) => {
ev.register(priority, callback);
Expand Down
Loading

0 comments on commit a981116

Please sign in to comment.