Base solution for your next web application
Open Closed

Public web site -Angular2 #3393


User avatar
0
janhu created

Hello,

how can I build front-end view that does not require user to log-in and doesn't have admin part just like demo application works. I couldn't find any approach and I believe that this will be super easy thing I just missed.


2 Answer(s)
  • User Avatar
    0
    alirizaadiyahsi created

    Hi,

    What you actually mean by "how can I build front-end view". In angular project, there are pages that are not requiring user to login (account pages). You may take them as an example.

    And also, we will release a new version for ASP.NET Zero that will contain a public multipage web application. <a class="postlink" href="https://volosoft.com/whats-new-in-asp-net-boilerplate-2-1-and-asp-net-zero-4-1/">https://volosoft.com/whats-new-in-asp-n ... -zero-4-1/</a>

  • User Avatar
    0
    janhu created

    Thanks, for advice!

    I haven't noticed that there is an Account module. That was exactly what I needed.