jhipster 4角材2,聊天

jhipster 4角材2,聊天

问题描述:

我将角材2与jhipster 4集成,但元素没有任何CSS或动画。这是一个例子,当我带:jhipster 4角材2,聊天

<md-card _ngcontent-jee-1="" class="app-input-section md2 md-card"> <md-input _ngcontent-jee-1="" placeholder="First name" class="md2 md-input"><div class="md-input-wrapper"> 
<div class="md-input-table"> 
    <div class="md-input-prefix"></div> 

    <div class="md-input-infix"> 
     <input class="md-input-element ng-untouched ng-pristine ng-valid" id="md-input-0-input" spellcheck="false" type="text"> 

     <label class="md-input-placeholder md-empty md-float" for="md-input-0-input"> 

      First name 
     </label> 
    </div> 

    <div class="md-input-suffix"></div> 
</div> 

<div class="md-input-underline"> 
    <span class="md-input-ripple"></span> 
</div> 

<!--template bindings={}--> 

它没有颜色或动画作品,请大家帮忙。 如果有人有任何tutoriel如何整合聊天onjhipster 4请帮我

你是否包含所有需要的模块在shared-lib.module? 你有主题 .css/scss?

import { MaterialModule } from '@angular/material'; 
import {BrowserAnimationsModule} from '@angular/platform-browser/animations'; 
import 'hammerjs'; 

@NgModule({ 
imports: [ 
    BrowserAnimationsModule, 
    NgbModule.forRoot(), 
    MaterialModule, 
...