Angular 8 Upgrade

This commit is contained in:
Piotr Pekala
2019-07-25 01:25:47 -07:00
parent da7ecf3446
commit c2bff662ec
31 changed files with 1654 additions and 1577 deletions

View File

@ -14,7 +14,7 @@ import { MapScaleService } from '../../../services/mapScale.service';
styleUrls: ['./text-editor.component.scss']
})
export class TextEditorComponent implements OnInit, OnDestroy {
@ViewChild('temporaryTextElement') temporaryTextElement: ElementRef;
@ViewChild('temporaryTextElement', {static: false}) temporaryTextElement: ElementRef;
@Input('svg') svg: SVGSVGElement;
leftPosition: string = '0px';