ERROR in : Cannot determine the module for class xxxx Add to the NgModule to fix it.
Posted longkui
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了ERROR in : Cannot determine the module for class xxxx Add to the NgModule to fix it.相关的知识,希望对你有一定的参考价值。
原文链接:这里
0.前言
angular项目打包的时候遇到这个问题,大概意思是我的一个component组件没有加到NgModule里面去。
1.解决办法
打开你的项目文件,找到下面这两个文件,
一般报错都是在这两个文件上,本文的报错涉及到routes.moudule.ts。我们打开这个文件,首先看我们报错的组件是否正常引入,
然后,再看看NgModule模块是否也有这个组件。
正常引入后打包成功。
以上是关于ERROR in : Cannot determine the module for class xxxx Add to the NgModule to fix it.的主要内容,如果未能解决你的问题,请参考以下文章
Error in file(file, “rt“) : cannot open the connection In addition: Warning message:In file(file, “
Error in file(file, “rt“) : cannot open the connection In addition: Warning message:In file(file, “
Linux - error: cannot open Packages database in /var/lib/rpm
Linux - error: cannot open Packages database in /var/lib/rpm
configure: error: Cannot find ldap libraries in /usr/lib
springcloud:cannot find DiscoveryClient bean error in spring boot