import { Component, } from '@angular/core';
@Component({
selector: 'app-root',
templateUrl: './app.component.html'
})
export class AppComponent {
source: any[] = [
{ html: "
jqxNumberInput ", title: 'jqxNumberInput' },
{ html: "
jqxProgressBar ", title: 'jqxProgressBar' },
{ html: "
jqxCalendar ", title: 'jqxCalendar' },
{ html: "
jqxButton ", title: 'jqxButton' },
{ html: "
jqxDropDownList ", title: 'jqxDropDownList' },
{ html: "
jqxListBox ", title: 'jqxListBox' },
{ html: "
jqxTooltip ", title: 'jqxTooltip' },
{ html: "
jqxScrollBar ", title: 'jqxScrollBar' },
{ html: "
jqxDateTimeInput ", title: 'jqxDateTimeInput' },
{ html: "
jqxExpander ", title: 'jqxExpander' },
{ html: "
jqxMenu ", title: 'jqxMenu' },
];
}