UNPKG

angular-froalacharts

Version:

Simple and lightweight official Angular component for FroalaCharts. `angular-froalacharts` enables you to add JavaScript charts in your Angular application without any hassle.

8 lines (7 loc) 201 B
import { PipeTransform } from '@angular/core'; /** * Transforms any input value */ export declare class FroalaChartsPipe implements PipeTransform { transform(value: any, args?: any[]): string; }