22 Answer(s)
-
0
Hi @nadirfirfire
Have you also upgraded other NPM packages ?
-
0
Yes I tried 'yarn upgrade' command but no luck
-
0
Hi,
Is it possible for you to provide access to your project privately ?
-
0
Thank you ismcagdas,
Yes sure, How can i share with you the details?
-
0
Hi @nadirfirfire
Please send an email to [email protected] and we can discuss.
-
0
Dear ismcagdas,
I sent you email with the code please check
-
0
Hi,
I have checked your solution. Applying changes below will solve most of the problems;
- Remove angular2-counto from main.module
- Remove [responsive]="primengTableHelper.isResponsive" from html files.
As I can see, other problems are related to usage of
html2canvas
andjspdf
libraries. It seems like they are not available or made breaking changes in their latest versions. You can check their own documentation to fix this problem. -
0
Hi,
Thanks a lot. I will check and let you know.
-
0
Hi @nadirfirfire
Thanks. Let me know if you face any issues.
-
0
Dear Ismcagdas,
The other issues were also resolved. and I was successfully able to compile my angular project. But somehow my custom menus and sub menus were not appearing in the navbar. all though they are defined in 'angular\src\app\shared\layout\nav\app-navigation.service.ts'
Now another issue which I am facing. I tried to modify an entity using the ASPNet Zero power tool. But the generated code is not correct for both angular and csharp classes. showing below text in many parts of code.
NP_Display_Property_Name_Here
-
0
Hi @nadirfirfire
Could you share updated project with [email protected] ? We will take a look at this.
Thanks,
-
0
Dear,
I have shared the code with you in your email.
-
0
Hi,
Could you share the subject of the email ?
-
0
Sorry, I found it. I will check it and get back to you.
-
0
Dear ismcagdas,
Any update on this issue. Thanks for your support.
-
0
Hi @nadirfirfire
Sorry for the late reply.
Problem 1: I couldn't find server side code in the zip file, is it possible for you to share the server side as well ? Without server-side, I am not able to run the project and reproduce the issue.
Problem 2: Did you modify any Power Tool templates ? If not, we will test this when you share the server side code.
Thanks,
-
0
Dear,
I shared the zip file including front-end and server side code. file name is SquareRealEstateMgmt.zip. May be you downloaded the old angular.zip file which i shared with you long time ago.
I installed the latest version of Power tool for aspnetzero in my visual studio and tried to modifiy Company Entity.
Thanks.
-
0
Hi,
I checked the new file but it still contains only the angular folder. Could you share the entire app with us ?
-
0
Hi @nadirfirfire
Please also delete node_modules, bin and obj folders so the zip size will be much more small. I can't even extract the current zip file.
-
0
Hi, I reshared the code again after deleting the mentioned folders.
-
0
Hi @nadirfirfire
We released a new version of Power Tools. To fix this issue, please follow the steps below;
- Open Power Tools (be sure its version is 4.2.0) and open Company entity for fegenerate
- Go to Navigation Property tab and select a "Display Property"
- Regenerate the entity
After these steps, there are some components which are used both in main module and company module in the Angular app. Delete these components from main module.
After all, the angular app should build successfully.
-
0
Vanilla 13.1.1 project, on postgress - Adding a basic entity with GUID ID column has scaffolding issues.
No rendering get entity for view and tests with min max length are reversed.
Just an FYI.