Yes with dashboard - too. Thanks in advance!
What abount Angular Frontend part - we would extremly need that, thanks
Is there any tutorial for Angular & .NET CORE for ASPZERO?
pls give update
Please answer the following questions before submitting an issue. YOU MAY DELETE THE PREREQUISITES SECTION.
Hi, I've a problem, that I want to mark multiple cells (of for ex. a table) and add style (orange color) to it. It is working very slow - and we asked some support of a control producer for help.
They find out the following - that is must be an application problem of (ASPZERO?)
"We have checked this issue by adding the HTML table with clickable td element in your application and when we ctrl+click the td element of table we added the ‘custom-class’ to that respective td to change background. The same issue reproducing in that HTML table too. Please refer below Video demo for more information.
Based on our validation ‘custom-class’ class added immediately to the respective element but the style reflection only taking too much time. So please check the issue at your end. "
This is the table - nothing special:
<div id="space" [class]="'kt-grid__item kt-grid__item--fluid'"> <div class="kt-portlet kt-margin-b-0"> <div class="kt-padding-0"> <div id="target" [busyIf]="isSchedulerServiceGettingCalled" [ngStyle]="{'height': schedulerHeight}"> <div [ngClass]="showPlanningNeeds?'height70': (totalRecordsCount > pageSize ? 'height100' : 'height96' )">
<table class="checkTables">
<tr>
<td>first</td>
<td>second</td>
</tr>
<tr>
<td>first</td>
<td>second</td>
</tr>
<tr>
<td>first</td>
<td>second</td>
</tr>
</table>
.checkTables td { border: 1px solid gray; }
in ...Host\src\styles.css
Any idea how to fix that?
Hi, we try now this approach: https://codesandbox.io/s/angular-elsa-designer-dkb4t?file=/src/app/app.component.html
Please answer the following questions before submitting an issue. YOU MAY DELETE THE PREREQUISITES SECTION.
We needs to integrate ELSA 2 into Angular - has anyone done that so far in Angular ?
Please answer the following questions before submitting an issue. YOU MAY DELETE THE PREREQUISITES SECTION.
Hi, I've tested with google https://developers.google.com/speed/pagespeed/ the page speed - just of the login page - and got 16 from 100 points. I'm wondering how to fasten up the speed - these where some recomendations. Any hints?
You can reduce unused JavaScript and defer loading scripts until they are needed to reduce data consumption due to network activity. More informationLCP URL
Transfer size
Possible savings /main-es2015.e9b116f....js(<myURL>.com)
1,144.8 KiB
892.2 KiB /8-es2015.f0c553f....js(<myURL>.com)
634.4 KiB
592.8 KiB /16-es2015.2b11d70….js(<myURL>.de)
834.6 KiB
560.1 KiB /scripts.f76b825....js(<myURL>.com)
216.9 KiB
105.8 KiB /1-es2015.fc5e100....js(<myURL>.com)
112.0 KiB
88.3 KiB /17-es2015.21960b5….js(<myURL>.de)
74.7 KiB
57,5 KiB
Please answer the following questions before submitting an issue. YOU MAY DELETE THE PREREQUISITES SECTION.
Hi,
is it possible to authenticaticate with kerberos (SSO)?