mgechev / ngrev

Tool for reverse engineering of Angular applications
MIT License
1.57k stars 106 forks source link

Doesn't work with ASP.NET Zero PhoneBookDemo app #39

Closed ghost closed 6 years ago

ghost commented 6 years ago

Cannot parse PhoneBookDemo project, which is compatible with AoT compiler. image

mgechev commented 6 years ago

Should be fixed in 0.0.18.

ghost commented 6 years ago

Thank you for fixing the parsing error. However, I cannot see any of my components or methods. Only modules.

mgechev commented 6 years ago

Is the project open source? If I have the source code, I can do some debugging to figure out where the issue comes from.

ghost commented 6 years ago

@mgechev,

I attached the project files in two chunks, since this site won't accept large files. If you want to fire up the entire project, you can find instructions here: https://aspnetzero.com/Documents/Getting-Started-Angular

angular.zip

aspnet-core.zip

README.zip