ngrx-store-effects-app
ngrx-store-effects-app copied to clipboard
Cannot redeclare block-scoped variable 'removed'.
https://github.com/UltimateAngular/ngrx-store-effects-app/blob/5bcef37229a655d784f279a73e13bc9fa37512dc/src/products/store/reducers/pizzas.reducer.ts#L75
Found a fix in the tsconfig.json file
...
"paths": {
"@angular/*": ["node_modules/@angular/*"]
}
...