angular-university/ngrx-course-v4

Failed to compile

ccocker opened this issue · 3 comments

Hi guys,

I have just downloaded and run npm install but the application is failing to load with the following error:

ERROR in Error encountered resolving symbol values statically. Function calls are not supported. Consider replacing the function or lambda with a reference to an exp
orted function (position 12:42 in the original .ts file), resolving symbol compose in C:/Projects/samples/ngrx-course/node_modules/@ngrx/core/compose.d.ts, resolving
 symbol AppModule in C:/Projects/samples/ngrx-course/src/app/app.module.ts, resolving symbol AppModule in C:/Projects/samples/ngrx-course/src/app/app.module.ts, reso
lving symbol AppModule in C:/Projects/samples/ngrx-course/src/app/app.module.ts, resolving symbol AppModule in C:/Projects/samples/ngrx-course/src/app/app.module.ts,
 resolving symbol AppModule in C:/Projects/samples/ngrx-course/src/app/app.module.ts

same here with yarn

Hello everyone, thank you for reporting, this is a temporary issue probably on the CLI. Be modifying one of .ts the files and hit Ctrl+S, the build will run successfully and the the application will still work

Hello, this has been fixed together with the upgrade to Angular version 4, again thank you for reporting this is fixed now.