comparison src/app/waveform/waveform.component.ts @ 39:e6eb133fa47c

Update missed import path from moving audio-player-service.
author Lucas Thompson <dev@lucas.im>
date Thu, 01 Dec 2016 15:45:07 +0000
parents e58fb181a11d
children 8619f25ff52a
comparison
equal deleted inserted replaced
38:a1ca41c70351 39:e6eb133fa47c
1 import { 1 import {
2 Component, OnInit, ViewChild, ElementRef, Input, AfterViewInit, NgZone 2 Component, OnInit, ViewChild, ElementRef, Input, AfterViewInit, NgZone
3 } from '@angular/core'; 3 } from '@angular/core';
4 import {AudioPlayerService} from "../services/audio-player.service"; 4 import {AudioPlayerService} from "../services/audio-player/audio-player.service";
5 import wavesUI from 'waves-ui'; 5 import wavesUI from 'waves-ui';
6 6
7 type Timeline = any; // TODO what type actually is it.. start a .d.ts for waves-ui? 7 type Timeline = any; // TODO what type actually is it.. start a .d.ts for waves-ui?
8 8
9 @Component({ 9 @Component({