ngx-stimulsoft
Version:
Angular reporter for stimulsoftJS
20 lines (19 loc) • 861 B
TypeScript
import { ISource } from 'ngx-source';
import { IStimulsoftConfig, ResourceUrl } from './config';
import * as i0 from "@angular/core";
export declare class StimulsoftService {
readonly stimulsoftConfig: IStimulsoftConfig;
readonly designerCssUrl?: ResourceUrl;
readonly viewerCssUrl?: ResourceUrl;
readonly designerJsUrl: ResourceUrl;
readonly reportsJsUrl: ResourceUrl;
readonly viewerJsUrl: ResourceUrl;
readonly options: IStimulsoftConfig['options'];
readonly fonts: IStimulsoftConfig['fonts'];
readonly baseUrl: string | undefined;
readonly localizationPath: string | undefined;
constructor(stimulsoftConfig: IStimulsoftConfig);
get stimulsoftSourceStore(): ISource[];
static ɵfac: i0.ɵɵFactoryDeclaration<StimulsoftService, never>;
static ɵprov: i0.ɵɵInjectableDeclaration<StimulsoftService>;
}