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