Base solution for your next web application
Open Closed

Error in Core & Angular 2+ documentation #2748


User avatar
0
felixbeltran created

The angular documentation (<a class="postlink" href="https://www.aspnetzero.com/Documents/Development-Guide-Angular">https://www.aspnetzero.com/Documents/De ... de-Angular</a>) makes extensive references to "Server side" documentation (<a class="postlink" href="https://www.aspnetzero.com/Documents/Development-Guide-Core">https://www.aspnetzero.com/Documents/De ... Guide-Core</a>), but I belive this server side documentation is for the old Core & Angular project. Could you please confirm and clarify?

Thanks.


4 Answer(s)
  • User Avatar
    0
    ismcagdas created
    Support Team

    Hi,

    Actually it is not. We don't have a version for Core & Angular. This document is for Core & jQuery version but it also contains *.Host project so it is the server side for Angular2 project.

    Did you find anything wrong in this document ? Please let us know if there is something wrong.

    Thanks.

  • User Avatar
    0
    felixbeltran created

    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.

  • User Avatar
    0
    ismcagdas created
    Support Team

    Hi,

    I understand your point of view. Thanks a lot for finding the problem in document as well :), I have fixed it.

  • User Avatar
    0
    felixbeltran created

    You are welcome :)