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: 'chartMonthly', templateUrl: './app.component.html' }) export class ChartMonthly { constructor() { let test: any = 'Chart Monthly'; console.log('chartMonthly', test); } }