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?
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.
Hi,
Thanks for the info, it was useful.
Regards, Felix.