import { Component, ViewChild, ElementRef } from '@angular/core'; import { jqxColorPickerComponent } from 'jqwidgets-scripts/jqwidgets-ts/angular_jqxcolorpicker'; @Component({ selector: 'app-root', templateUrl: './app.component.html' }) export class AppComponent { @ViewChild('myColorPicker') myColorPicker: jqxColorPickerComponent; @ViewChild('colorLog') colorLog: ElementRef; colorChanged(event: any): void { this.colorLog.nativeElement.innerHTML = `