igniteui-angular-charts
Version:
Ignite UI Angular charting components for building rich data visualizations for modern web apps.
26 lines (25 loc) • 1.27 kB
JavaScript
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.
*/
export class IgxPolarLineSeriesBaseComponent extends IgxPolarBaseComponent {
/**
* @hidden
*/
get i() {
return this._implementation;
}
constructor() {
super();
}
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.0-rc.1", ngImport: i0, type: IgxPolarLineSeriesBaseComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.0.0-rc.1", type: IgxPolarLineSeriesBaseComponent, isStandalone: true, selector: "ng-component", usesInheritance: true, ngImport: i0, template: ``, isInline: true }); }
}
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.0-rc.1", ngImport: i0, type: IgxPolarLineSeriesBaseComponent, decorators: [{
type: Component,
args: [{
template: ``,
}]
}], ctorParameters: () => [] });