mgechev / ngrev

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

Error while parsing project #26

Closed subramn closed 6 years ago

subramn commented 6 years ago

I am getting the error - Error during parsing and make sure its compatible with Angular AOT Compiler

Function expressions are not supported in decorators. image attached

image

mgechev commented 6 years ago

@subramn can you compile your project with ngc?

subramn commented 6 years ago

files.zip i am not using the angular cli. i run the following npm command "build": "webpack --config webpack.config.js",

attached the tsconfig.json ,package.json and webpack.config for your reference in zip file.

mgechev commented 6 years ago

I will take a look and let you know. Thank you so much for the files! :-)

mgechev commented 6 years ago

@subramn config looks good. Do you have a minimal demo I can use to reproduce the problem? Do you use the userStateReducer in your application compiled with ngc?

mgechev commented 6 years ago

Try 0.0.14.