Skip to content

Commit

Permalink
fix(InterruptSource): remove extraneous zonejs import
Browse files Browse the repository at this point in the history
fixes #99 #101
  • Loading branch information
grbsk committed May 31, 2018
1 parent 511ee8b commit a49e1af
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion modules/core/src/interruptsource.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
import { EventEmitter } from '@angular/core';

import { InterruptArgs } from './interruptargs';
import 'zone.js';

/*
* A base for classes that act as a source for interrupts.
Expand Down

0 comments on commit a49e1af

Please sign in to comment.