UNPKG

jqwidgets-scripts-custom

Version:

jQWidgets is an advanced jQuery, Angular 7, Vue, React, ASP .NET MVC, Custom Elements and HTML5 UI framework.

13 lines (11 loc) 294 B
import { Component, ViewChild, Output, EventEmitter } from '@angular/core'; @Component({ selector: 'chartGeneral', templateUrl: './app.component.html' }) export class ChartGeneral { constructor() { let test: any = 'Chart General'; console.log('chartGeneral', test); } }