comparison src/app/visualisations/curve/curve.component.ts @ 497:c39df81c4dae

Upgrade to released piper version, which had a lot of breaking changes due to shifting modules around and renaming.
author Lucas Thompson <dev@lucas.im>
date Sun, 13 Aug 2017 19:44:07 +0100
parents ab43880f1cd5
children
comparison
equal deleted inserted replaced
496:3c962af5342c 497:c39df81c4dae
6 Component, 6 Component,
7 Input, 7 Input,
8 ViewChild 8 ViewChild
9 } from '@angular/core'; 9 } from '@angular/core';
10 import {OnSeekHandler} from '../../playhead/PlayHeadHelpers'; 10 import {OnSeekHandler} from '../../playhead/PlayHeadHelpers';
11 import {VectorFeature} from 'piper/HigherLevelUtilities'; 11 import {VectorFeature} from 'piper-js/one-shot';
12 import { 12 import {
13 PlayheadManager, 13 PlayheadManager,
14 PlayheadRenderer, 14 PlayheadRenderer,
15 VerticallyLabelled, 15 VerticallyLabelled,
16 VerticalScaleRenderer, 16 VerticalScaleRenderer,