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
I get a page not found when i click that link
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.
Are we supposed to add our own entities to the DBContext provided in the base app, or is it best practice to create a 2nd context for our business entities?