stimulsoft-designer-angular
Advanced tools
Comparing version 2024.1.1 to 2024.1.2
@@ -34,3 +34,3 @@ import { OnInit, ElementRef, OnChanges, EventEmitter, OnDestroy } from '@angular/core'; | ||
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, never>; | ||
static ɵcmp: i0.ɵɵComponentDeclaration<StimulsoftDesignerComponent, "stimulsoft-designer-angular", never, { "requestUrl": "requestUrl"; "width": "width"; "height": "height"; }, { "designerLoaded": "designerLoaded"; }, never, ["*"], false>; | ||
} |
{ | ||
"name": "stimulsoft-designer-angular", | ||
"version": "2024.1.1", | ||
"version": "2024.1.2", | ||
"description": "Stimulsoft Designer Angular", | ||
@@ -26,4 +26,11 @@ "homepage": "https://www.stimulsoft.com/en/products/reports-angular", | ||
"Reports", | ||
"Data analytics tool", | ||
"Data visualization", | ||
"Data analytics", | ||
"Angular reporting tool", | ||
"Business intelligence", | ||
"Angular", | ||
"Reporting tool", | ||
"Angular" | ||
"Angular report viewer", | ||
"Angular report designer" | ||
], | ||
@@ -30,0 +37,0 @@ "dependencies": { |
@@ -1,11 +0,10 @@ | ||
# **Angular component for Stimulsoft Reports** | ||
# **Angular designer component for reports and dashboards** | ||
The Angular Designer component is designed to create reports in the web browser. | ||
The Angular Designer component is developed to create reports and dashboards in web browser. | ||
With help of Angular Designer you can create, edit, save and preview reports on any computer with any operating system installed. Since the designer only uses HTML and JavaScript technologies, it can be run on devices where there is no Flash or Silverlight support - tablets, smartphones. Also, the designer supports the Touch interface, which is automatically enabled when using devices with a touch screen. | ||
The designer is the cornerstone tool of our product. It is a powerful editor that enables users to create custom report and dashboard layouts. With the designer, you can connect to various data sources, including *SQL* databases like *MS SQL, MySQL, Firebird, MS Access*, as well as cloud-based platforms such as *MongoDB, Azure*, and *Google*. Additionally, you can work with file sources, such as *JSON, Excel, XML*, and many more. After connecting to the data sources, you can structure and manipulate the data by grouping and sorting it, and then apply a range of visual styles to create dynamic and informative documents. Once you are satisfied with the sample design, you can publish the report or analytical panel to your application. | ||
The Angular Designer component uses the AJAX technology to perform all actions on reports, which allows you to get rid of reloading the entire page, save Web traffic and speed up work. The report engine built using the .NET Core technology is used to render reports. This is a cross-platform technology. It allows you to deploy the application on servers that use the operating systems like Windows, macOS, and Linux. | ||
More about [Stimulsoft Dashboards.ANGULAR](https://www.stimulsoft.com/en/products/dashboards-angular) and [Stimulsoft Reports.ANGULAR](https://www.stimulsoft.com/en/products/reports-angular) | ||
More about [Stimulsoft Reports.Angular](https://www.stimulsoft.com/en/products/reports-angular) | ||
# How to install | ||
@@ -16,16 +15,12 @@ | ||
``` | ||
If the Angular version is higher than 13, you should use the command | ||
``` | ||
npm install stimulsoft-designer-angular --force | ||
``` | ||
# Integration | ||
Stimulsoft Reports.Angular is designed to run in an Angular application with ASP.NET MVC or .NET Core frameworks. For the convenience of integrating the report into the project, a publishing wizard is available. | ||
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. | ||
To integrate the product into the project, it is enough to install the necessary packages from the NPM repository for the Angular project, and one package from the [NuGet repository](https://www.nuget.org/packages/Stimulsoft.Reports.Angular) on the server-side for the required platform. If necessary, all packages can be downloaded from our website to a computer and manually add libraries and scripts to the project. No additional modules or special extensions are required, everything you need you can find in the product | ||
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. | ||
# Live Demo | ||
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). | ||
@@ -42,18 +37,2 @@ # Video and Documentation | ||
[**License Info**](https://github.com/stimulsoft/Reports.JS/blob/HEAD/LICENSE.md) | ||
# Keywords | ||
- **Stimulsoft** | ||
- **Reports** | ||
- **Data analytics tool** | ||
- **Data visualization** | ||
- **Data analytics** | ||
- **Angular reporting tool** | ||
- **Business intelligence** | ||
- **Angular** | ||
- **Reporting tool** | ||
- **Angular report viewer** | ||
- **Angular report designer** | ||
[**License Info**](https://github.com/stimulsoft/Reports.JS/blob/HEAD/LICENSE.md) |
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
49120
36