tomastrajan / angular-ngrx-material-starter

Angular, NgRx, Angular CLI & Angular Material Starter Project
https://tomastrajan.github.io/angular-ngrx-material-starter
MIT License
2.82k stars 919 forks source link

trying to run but it's not work #519

Open Logandata opened 4 years ago

Logandata commented 4 years ago

git clone https://github.com/tomastrajan/angular-ngrx-material-starter.git new-project cd new-project npm install npm start and then I get error

ERROR in Cannot use 'in' operator to search for 'base10Value' in null Angular Live Development Server is listening on localhost:4200, open your browser on http://localhost:4200/

Snipaste_2020-03-29_23-03-08

Snipaste_2020-03-29_23-03-24 Snipaste_2020-03-29_23-04-03

bvassilis commented 4 years ago

I got the same error. I upgraded to 9.1 @angular and the issue has gone.

tomastrajan commented 4 years ago

@Logandata @bvassilis please check this issue

paulayo93 commented 4 years ago

@tomastrajan thanks, the solution worked for me