在Angular 8中出现“404 Not Found”的错误可能是由于以下原因之一:
npm install rxjs
import { map } from 'rxjs/operators';
ng update rxjs
如果以上方法仍然没有解决问题,您可以尝试删除node_modules文件夹并重新安装依赖项:
rm -rf node_modules
npm install
如果问题仍然存在,请检查您的项目配置文件(例如angular.json或webpack.config.js)是否正确配置了路径。
希望以上解决方法能帮助您解决这个问题。