ngrx-course-v4 icon indicating copy to clipboard operation
ngrx-course-v4 copied to clipboard

Angular 5

Open kamalkech opened this issue 6 years ago • 4 comments

I found a lot of bugs of this projet with angular 5, plz to fixe them

kamalkech avatar Jan 17 '18 17:01 kamalkech

Have you used yarn or npm?

creadicted avatar Jan 24 '18 14:01 creadicted

First i use npm, after i remove node_modules and i use yarn but some probleme

kamalkech avatar Jan 24 '18 14:01 kamalkech

I could run the project just with few tweaks, but it loads only scaffolding with no data. It does not make any HTTP request.

sdasun avatar Feb 10 '18 18:02 sdasun

My mistake, it's working now.

You can try just update "@angular/cli" and "@angular/compiler-cli" package verstions in devDependencies section of package.json with ^ Ex: "devDependencies": { "@angular/cli": "^1.6.8", "@angular/compiler-cli": "^5.0.0", ... }

sdasun avatar Feb 10 '18 18:02 sdasun