UNPKG

taffy-coustom-ui

Version:
13 lines (11 loc) 282 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); } }