Switch to Angular 8

This commit is contained in:
BoykoAlex
2019-06-05 15:35:32 -04:00
parent 33aaefe505
commit d0e1667d40
3 changed files with 23 additions and 23 deletions

View File

@@ -1,5 +1,5 @@
import {Directive, Input, Output, EventEmitter, Inject, ElementRef, OnInit, OnDestroy} from '@angular/core';
import {DOCUMENT} from '@angular/platform-browser'
import {DOCUMENT} from '@angular/common'
import { fromEvent } from 'rxjs';
import { sampleTime } from 'rxjs/operators';

View File

@@ -4,7 +4,7 @@ import { debounceTime } from 'rxjs/operators';
import { dia } from 'jointjs';
import { Flo } from '../shared/flo-common';
import { Shapes, Constants } from '../shared/shapes';
import { DOCUMENT } from '@angular/platform-browser'
import { DOCUMENT } from '@angular/common'
import * as _$ from 'jquery';
const joint: any = Flo.joint;
const $: any = _$;