angular-university / ngrx-course-v4

Contains the NgRx Store and Reactive Extensions Course
https://angular-university.io
150 stars 120 forks source link

Failed to compile #6

Closed ccocker closed 7 years ago

ccocker commented 7 years ago

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
atrifyllis commented 7 years ago

same here with yarn

jhades commented 7 years ago

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

jhades commented 7 years ago

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