JHipster ngx-admin未捕获的TypeError:无法读取未定义的属性'forRoot'

时间:2018-08-28 10:58:03

标签: angular jhipster ngx-admin

JHipster的另一个奇怪情况

我正在尝试ngx-admin主题。

我已将其包含在JHipster项目中。

import {ThemeModule} from 'app/@theme/theme.module';
import {CoreModule} from 'app/@core/core.module';


@NgModule({
imports: [
    BrowserModule,
    ThemeModule.forRoot(),
    CoreModule.forRoot(),

...

然后我更改了jhipster主要组件,所以现在有了ngx-admin样式的侧边栏。

在开发中一切正常, 我已经根据我的业务请求修改了jhipster创建的实体。

构建生产版本进展顺利。

但是当我开始生产版本时,我只能看到空白页,并且在浏览器控制台中我看到此错误:

Uncaught TypeError: Cannot read property 'forRoot' of undefined

我再说一遍,在开发过程中,一切都很好。 知道这个错误的根源是什么吗?

0 个答案:

没有答案