Hi, it seems this question is similar to a previous question that you asked. So, please check this answer first, and if you have further question then I can assist you.
Regards.
Hi, unfortunately, while creating a solution template, there is no default way for that. You can create an Angular application, with public web (MVC/Razor Pages) application.
But, if you want then you can add a new web application through ABP Studio UI. Refer to https://abp.io/docs/latest/studio/solution-explorer#adding-a-new-empty-module
You basically need to right-click and add a web application after creating the solution, so you can have angular, mvc/razor for backend, and for back office application (mvc/razor pages).
Regards.
i mean if we created our project .net core and mvc as ui can we by any way show added page by mvc cms kit pro in angular ? and can we mix .net core and mvc and angular ?
We have a view component for each feature and render it on the page. For example, if you want to use Page Feedback System, then there is a view component named PageFeedbackViewComponent
and you render the related view component on the relevant page.
So, if you want to show it in your angular UI, then you should create a controller, return the view component result and then send a request to the relevant endpoint and show it to your angular UI. But, we don't provide such a way by default, so you need to apply these steps and implement them yourself.
Regards.
Thanks, that should do the trick. I had an idea that customizing one of the templates would be necessary but for some reason I couldn't seem to isolate which one to edit.
Yes, this is one thing that we should enhance. It's hard to find the templates, I've created an internal issue for that.
Hi EngincanV
i cleaned the solution the restored it again and triple checked if there's any reference to any 5.3.4 package and there wasn't any
I also removed my project from suite and added it again and as you can see it says its 9.1.2 but still the issue is not fixed
Okay, thanks. Can you send your solution via email to support@abp.io with the ticket number, so i can directly check it through your solution ?
Please stop closing unresolved issues.
Hi, apologies for the inconvenience.
We’re not manually closing the question—instead, it’s our support bot that automatically closes and locks questions after a period of inactivity.
That said, we’ll keep an eye on this thread and re-open it if it gets closed again prematurely.
Thanks for your understanding!
thanks so if i make this abp new MyProjectName -t app-pro -u angular --with-public-website --database-provider ef this is will make .net core as backend and angular as front end and --with-public-website: Includes a public MVC website for CMS Kit Pro.
Yes, that's right 👍
my question is mvc where created .net core backend and by default it will has links for cms kit pro links i mean when run .net core backend i can find link for Page Management and if create new page it will appear in angular ?
No, since the related module was added to the Public Web application (MVC / Razor Pages), the page will only appear in your public web application and you will not be able to see the related page in your angular application. They are two different and independent applications.
Regards.
Thanks for the confirmation. Normally, ABP Suite, reads the AbpVersion property and assumes that your project is in the relevant version. So, it's weird to see that error message.
There might be two reasons for that error:
dotnet clean
command on your solution and rebuild again, so all bin & obj folders are refreshed)-> Remove your solution by clicking the "x" button:
-> Then, add it again by clicking the "add an existing solution" button.
Hi, unfortunately, we haven't implemented the CMS Kit Pro module for Angular UI. It's only supported on MVC/Razor Pages & Blazor for now.
Regards.