Base solution for your next web application
Open Closed

GitHub Location of Angular2 Development Project? #2141


User avatar
0
alas created

Where can I find the development project with Angular2? I understand the release is a few weeks off but I want to just experiment with having an authenticated user routing to my Angular2 SPA. Is that available at this time. This will not be used for a production release, just for evaluation.


18 Answer(s)
  • User Avatar
    0
    jonas452 created

    I think you mean this? <a class="postlink" href="https://github.com/aspnetzero/aspnet-zero-angular">https://github.com/aspnetzero/aspnet-zero-angular</a> Looks like its angular 2

  • User Avatar
    0
    ismcagdas created
    Support Team

    Thanks @Jonas452, this is it.

  • User Avatar
    0
    alas created

    I get a page not found when i click that link

  • User Avatar
    0
    ismcagdas created
    Support Team

    Hi @alas,

    We dont have your github username. If you can share your github username, we can invite you to private repository.

  • User Avatar
    0
    alas created

    Hi,

    My user name is rdelott OR <a href="mailto:[email protected]">[email protected]</a>

    Thank You

  • User Avatar
    0
    ismcagdas created
    Support Team

    Hi,

    You are invited on github. Now, you should be able to see that repository.

  • User Avatar
    0
    alas created

    Hi,

    I don't know if this is the place to post this question. I was able to get around one issue where abp.event.trigger is sending a second parameter and no method is defined by setting it to the method that just has one parameter. However I am stumped by this error when trying to run the application. I figure some code has not been checked in yet.

    I get the following error which I am presenting for a "ng build --aot" compile as it is more informative. What is the solution? Other than the commented out code as described above it is the latest code. I have tried going back to cli beta 17 with no luck.


    ERROR in AccountModule is not an NgModule

    ERROR in ./src/main.ts Module not found: Error: Can't resolve './$$_gendir/account/account.module.ngfactory' in 'C:\DotNetProjects\aspnet-zero-angular-master\src' @ ./src/main.ts 8:0-86 @ multi main

    ---- ng --version angular-cli: 1.0.0-beta.24 node: 6.9.1 os: win32 x64 @angular/common: 2.4.1 @angular/compiler: 2.4.1 @angular/core: 2.4.1 @angular/forms: 2.4.1 @angular/http: 2.4.1 @angular/platform-browser: 2.4.1 @angular/platform-browser-dynamic: 2.4.1 @angular/router: 3.4.1 @angular/compiler-cli: 2.4.1

  • User Avatar
    0
    ismcagdas created
    Support Team

    Hi,

    We are also getting "ERROR in AccountModule is not an NgModule" but the application runs without a problem. As we searched, it seems this is an error of angular-cli since it's not properly support Typescript v2.1. While it does not effect the application, we are also searching for a workaround at least.

    This is my node and npm versions: node: v6.9.1 npm: 3.10.8

    Note that: We hadn't officiallly released Angular2 UI yet.

  • User Avatar
    0
    vnetonline created

    Will the Angular2 UI work with the ASP.NET 4.6.x SPA, or only ASP.NET Core?

  • User Avatar
    0
    alaamh created

    Hi @ismcagdas,

    kindly invite me too to your private repository, my user name is alaamh

  • User Avatar
    0
    ismcagdas created
    Support Team

    Hi @alaamh,

    It seems like you are already invited, What do you see when you try to visit this page ? <a class="postlink" href="https://github.com/aspnetzero/aspnet-zero-angular">https://github.com/aspnetzero/aspnet-zero-angular</a>

  • User Avatar
    0
    fabiovalerio created

    <cite>vnetonline: </cite> Will the Angular2 UI work with the ASP.NET 4.6.x SPA, or only ASP.NET Core?

    +1 UP!

  • User Avatar
    0
    saasygreene created

    Thanks!

  • User Avatar
    0
    ismcagdas created
    Support Team

    SaaSyGreene is invited :)

  • User Avatar
    0
    cangunaydin created

    Ok my bad now i have an access thank you.

    Can i also have a github access?

    u: cangunaydin email: <a href="mailto:[email protected]">[email protected]</a>

  • User Avatar
    0
    hikalkan created
    Support Team

    Hi Can,

    Can't you enter this URL: <a class="postlink" href="https://github.com/orgs/aspnetzero/">https://github.com/orgs/aspnetzero/</a> You are already granted access.

  • User Avatar
    0
    klawsuc created

    I'm having a similar issue using build 4.1.1 (Core1.1 + Angular4). My projects are merged. I can build the project and run it in development but when I publish the Host project I get this error:

    Can't resolve './$$_gendir/root.module.ngfactory' in 'C:\inetpub\aspnetzero_angular_4.1.1\aspnet-core\src\MyPorject.Web.Host\src' MyProject.Web.Host
    

    I followed this documentation: <a class="postlink" href="https://www.aspnetzero.com/Documents/Merge-Angular-Client-Server">https://www.aspnetzero.com/Documents/Me ... ent-Server</a>

  • User Avatar
    0
    ismcagdas created
    Support Team

    Hi @klawsuc,

    I think you have solved your problem, right ? Was it the one related to wrong dist path of angular-cli ?