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

NgRx (with NgRx Data) -The Complete Guide

Results 22 ngrx-course issues
Sort by recently updated
recently updated
newest added

For Angular 13+ users, there have been issues with the 1-start branch. the ng add @ngrx/store trying ng add @ngrx/store@latest will not work either. ➜ ngrx-course git:(1-start) ✗ ng add...

Bumps [minimist](https://github.com/substack/minimist) from 1.2.5 to 1.2.6. Commits 7efb22a 1.2.6 ef88b93 security notice for additional prototype pollution issue c2b9819 isConstructorOrProto adapted from PR bc8ecee test from prototype pollution PR See full...

dependencies

I am at the beginning of the course, and can't run the command below, the error message seems somehow related do the upgrade to Angular 13 // TERMINAL $ ng...

This changes must be merged with all branches

http://localhost:4200/api/login 404 (Not Found)

c:\git-repositories\github\ngrx-course>npm run server > [email protected] server c:\git-repositories\github\ngrx-course > ts-node -P ./server/server.tsconfig.json ./server/server.ts c:\git-repositories\github\ngrx-course\node_modules\ts-node\src\index.ts:307 throw new TSError(formatDiagnostics(diagnosticList, cwd, ts, lineOffset)) ^ TSError: ⨯ Unable to compile TypeScript server\search-lessons.route.ts (19,35): Argument of...

Hello, I get the following error type when running Angular in strict mode (one among others): src/app/courses/course/course.component.ts:41:9 - error TS2322: Type 'Observable' is not assignable to type 'Observable'. Type 'Course...

Hello Team, I recently have enrolled to the course of NgRx. I am a student and new to the Angular, so exploring new things. I observed following error while executing...

Add pessimistic add to 2-entity-finished branch