Base solution for your next web application

Activities of "felixbeltran"

Answer

Is there any upgrade guide from Angular 2 version?

Hi,

Yes.. yesterday after a long investigation I could finally find that i had to fix the paths in LocalizedResourcesHelper. Also I had to fix "getApplicationConfig" function on "AppPreBootstrap.ts" file, root-routing.module.ts and other paths to images, and compile the code using:

ng build -prod -bh /appfolder/

I'm still having a few problems but at least the application now is working. Please consider this issue, since if the development environtment is accessible only by IP, you could only have one project installed at any time.

By the way, is there any way I can contribute to ASPNet Zero project?

Thanks, Felix.

Now I'm having problems with other resources. "bootstrap.css", "components-md.css", etc. What should I do to have my Client App running inside an App folder?

Thanks Felix.

You are welcome :)

Hi,

Thanks for the replay. I'm lookin at this: <a class="postlink" href="https://www.aspnetzero.com/Documents/Development-Guide">https://www.aspnetzero.com/Documents/Development-Guide</a> Release 3.3 does comes with a Core & Angular 2+ version.

The original document I was looking at is: <a class="postlink" href="https://www.aspnetzero.com/Documents/Development-Guide-Angular">https://www.aspnetzero.com/Documents/De ... de-Angular</a> which explains mostly the client (Angular) side.

The document for the Core & Jquery version is not wrong 'per se'. What (I think) is wrong is the pure Angular 2+ document makes references to the Core Jquery version. At least it was confusing for me, but now I understand.

Oh, by the way, there is a typo in the document "https://www.aspnetzero.com/Documents/Developing-Step-By-Step-Angular" in section "Defining a Menu Item". It say the path shuld be: new SideBarMenuItem("PhoneBook", null, "icon-notebook", "/phonebook")

But the correct path is: new SideBarMenuItem("PhoneBook", null, "icon-notebook", "/app/main/phonebook"),

Otherwise it won't work.

Thanks! Felix.

Answer

Hi,

Thanks for the replay. We are having problems with the authorization, because, since this is an App there is no session on the server. The error message is: "Abp.Authorization.AbpAuthorizationException" What should we do? I'm attaching a file with the error detail.

Thanks. Felix

Answer

Thanks.

Answer

Hi,

Thanks for the info, it was useful.

Regards, Felix.

Showing 11 to 18 of 18 entries