Warning: file_get_contents(/data/phpspider/zhask/data//catemap/1/angular/30.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Angular 加载中未找到ngx toastr错误角度5火基_Angular_Firebase_Toastr - Fatal编程技术网

Angular 加载中未找到ngx toastr错误角度5火基

Angular 加载中未找到ngx toastr错误角度5火基,angular,firebase,toastr,Angular,Firebase,Toastr,我试图使用ngx toastr为angular和firebase创建crud应用程序,当我使用ng serve时,我得到以下错误。我已经安装了模块,但仍然找不到该模块 Date: 2018-06-07T13:53:43.913Z - Hash: 0b3a54d751a65a6229b2 - Time: 533ms5 unchanged chunks ERROR in multi ./src/styles.css ./src/node_modules/ngx-toastr/toastr.css

我试图使用ngx toastr为angular和firebase创建crud应用程序,当我使用ng serve时,我得到以下错误。我已经安装了模块,但仍然找不到该模块

Date: 2018-06-07T13:53:43.913Z - Hash: 0b3a54d751a65a6229b2 - Time: 533ms5 unchanged chunks

ERROR in multi ./src/styles.css ./src/node_modules/ngx-toastr/toastr.css
Module not found: Error: Can't resolve 'D:\Projects\angularfirebasecrud\src\node_modules\ngx-toastr\toastr.css' in 'D:\Projects\angularfirebasecrud'

webpack: Failed to compile.

你在你的module.ts中导入模块了吗?是的,我已经导入了。你能发布相关代码吗