stimulsoft-designer-angular
Advanced tools
Comparing version 2024.1.2 to 2024.1.3
import { OnInit, ElementRef, OnChanges, EventEmitter, OnDestroy } from '@angular/core'; | ||
import { ProxyService } from './proxy.service'; | ||
import * as i0 from "@angular/core"; | ||
export declare class StimulsoftDesignerComponent implements OnInit, OnChanges, OnDestroy { | ||
private proxy; | ||
designerEl: ElementRef; | ||
@@ -22,2 +24,3 @@ /** | ||
height: string; | ||
postParametersFunction: any; | ||
id: string; | ||
@@ -27,3 +30,3 @@ designer: any; | ||
private loaded; | ||
constructor(); | ||
constructor(proxy: ProxyService); | ||
ngOnDestroy(): void; | ||
@@ -36,3 +39,3 @@ ngOnInit(): void; | ||
static ɵfac: i0.ɵɵFactoryDeclaration<StimulsoftDesignerComponent, never>; | ||
static ɵcmp: i0.ɵɵComponentDeclaration<StimulsoftDesignerComponent, "stimulsoft-designer-angular", never, { "requestUrl": "requestUrl"; "width": "width"; "height": "height"; }, { "designerLoaded": "designerLoaded"; }, never, ["*"], false>; | ||
static ɵcmp: i0.ɵɵComponentDeclaration<StimulsoftDesignerComponent, "stimulsoft-designer-angular", never, { "requestUrl": "requestUrl"; "width": "width"; "height": "height"; "postParametersFunction": "postParametersFunction"; }, { "designerLoaded": "designerLoaded"; }, never, ["*"], false, never>; | ||
} |
{ | ||
"name": "stimulsoft-designer-angular", | ||
"version": "2024.1.2", | ||
"version": "2024.1.3", | ||
"description": "Stimulsoft Designer Angular", | ||
@@ -5,0 +5,0 @@ "homepage": "https://www.stimulsoft.com/en/products/reports-angular", |
@@ -18,3 +18,3 @@ | ||
The component is developed to work in an Angular application in conjunction with the ASP.NET MVC or .NET Core platforms. We have created a special functionality for rapid and simple integration of a report to a project � the [Publish wizard](https://publish.stimulsoft.com/). It enables you to integrate a pre-built dashboard into any project with just a few clicks. | ||
The component is developed to work in an Angular application in conjunction with the ASP.NET MVC or .NET Core platforms. We have created a special functionality for rapid and simple integration of a report to a project - the [Publish wizard](https://publish.stimulsoft.com/). It enables you to integrate a pre-built dashboard into any project with just a few clicks. | ||
@@ -25,3 +25,3 @@ To integrate the product into a project, simply install the necessary packages from the NPM repository for an Angular project and one package from the server-side NuGet repository for the required platform - [ASP.NET MVC](https://www.nuget.org/packages/Stimulsoft.Dashboards.Angular) and [.NET Core MVC](https://www.nuget.org/packages/Stimulsoft.Dashboards.Angular.NetCore). If needed, all packages can be downloaded from our website to a computer, and libraries and scripts can be added to a project manually. No additional modules or special extensions are required; everything you need is already in the report and dashboard builder. | ||
We prepared many templates of reports and dashboards, that you can explore and edit in our online demo. Choose the template you need, connect your data and try to create rich reports and analytical dashboards � the solution is ready. Try the [**Live Demo**](http://demo.stimulsoft.com/#Js). | ||
We prepared many templates of reports and dashboards, that you can explore and edit in our online demo. Choose the template you need, connect your data and try to create rich reports and analytical dashboards - the solution is ready. Try the [**Live Demo**](http://demo.stimulsoft.com/#Js). | ||
@@ -28,0 +28,0 @@ # Video and Documentation |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
79320
16
687