UNPKG

jqwidgets-framework

Version:

jQWidgets is an advanced Angular, Vue, Blazor, React, Web Components, jquery, 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); } }