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.
18 lines • 601 B
JavaScript
import { Directive, ElementRef } from '@angular/core';
var FroalaChartsDirective = /** @class */ (function () {
function FroalaChartsDirective(el) {
this.el = el;
}
FroalaChartsDirective.decorators = [
{ type: Directive, args: [{
selector: '[appFroalachartsDirective]'
},] },
];
/** @nocollapse */
FroalaChartsDirective.ctorParameters = function () { return [
{ type: ElementRef, },
]; };
return FroalaChartsDirective;
}());
export { FroalaChartsDirective };
//# sourceMappingURL=froalacharts.directive.js.map