igniteui-angular-charts
Version:
Ignite UI Angular charting components for building rich data visualizations for modern web apps.
34 lines (33 loc) • 1.73 kB
JavaScript
import { __extends } from "tslib";
import { Component } from '@angular/core';
import { IgxPolarBaseComponent } from "./igx-polar-base-component";
import * as i0 from "@angular/core";
/**
* Represents the base class from which all IgxDataChartComponent polar line series are derived.
*/
var IgxPolarLineSeriesBaseComponent = /** @class */ /*@__PURE__*/ (function (_super) {
__extends(IgxPolarLineSeriesBaseComponent, _super);
function IgxPolarLineSeriesBaseComponent() {
return _super.call(this) || this;
}
Object.defineProperty(IgxPolarLineSeriesBaseComponent.prototype, "i", {
/**
* @hidden
*/
get: function () {
return this._implementation;
},
enumerable: false,
configurable: true
});
IgxPolarLineSeriesBaseComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: IgxPolarLineSeriesBaseComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
IgxPolarLineSeriesBaseComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.17", type: IgxPolarLineSeriesBaseComponent, selector: "ng-component", usesInheritance: true, ngImport: i0, template: "", isInline: true });
return IgxPolarLineSeriesBaseComponent;
}(IgxPolarBaseComponent));
export { IgxPolarLineSeriesBaseComponent };
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: IgxPolarLineSeriesBaseComponent, decorators: [{
type: Component,
args: [{
template: "",
}]
}], ctorParameters: function () { return []; } });