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)
-
0
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
-
0
Thanks @Jonas452, this is it.
-
0
I get a page not found when i click that link
-
0
Hi @alas,
We dont have your github username. If you can share your github username, we can invite you to private repository.
-
0
-
0
Hi,
You are invited on github. Now, you should be able to see that repository.
-
0
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
-
0
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.
-
0
Will the Angular2 UI work with the ASP.NET 4.6.x SPA, or only ASP.NET Core?
-
0
Hi @ismcagdas,
kindly invite me too to your private repository, my user name is alaamh
-
0
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>
-
0
<cite>vnetonline: </cite> Will the Angular2 UI work with the ASP.NET 4.6.x SPA, or only ASP.NET Core?
+1 UP!
-
0
Thanks!
-
0
SaaSyGreene is invited :)
-
0
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>
-
0
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.
-
0
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>
-
0
Hi @klawsuc,
I think you have solved your problem, right ? Was it the one related to wrong dist path of angular-cli ?