ripple is added
This commit is contained in:
parent
f70bc5c46d
commit
5a7585fc68
|
@ -26,6 +26,7 @@
|
|||
*matTreeNodeDef="let node; when: isHeader"
|
||||
class="tree-node-frame"
|
||||
style="height: 80px;"
|
||||
matRipple
|
||||
>
|
||||
<li class="tree-node-header" matTreeNodeToggle>
|
||||
<div class="path">
|
||||
|
|
|
@ -6,14 +6,15 @@ import { FlexLayoutModule } from '@angular/flex-layout';
|
|||
|
||||
import { ScrollingModule } from '@angular/cdk/scrolling';
|
||||
|
||||
import { MatRippleModule, MatCheckboxModule } from '@angular/material';
|
||||
import { MatButtonModule } from '@angular/material/button';
|
||||
import { MatExpansionModule } from '@angular/material/expansion';
|
||||
import { MatIconModule } from '@angular/material/icon';
|
||||
import { MatTreeModule } from '@angular/material/tree';
|
||||
|
||||
|
||||
import { ExpansionPanelComponent } from './components/expansion-panel.component';
|
||||
import { ExpansionPanelItemDirective } from './directives/expansion-panel-item.directive';
|
||||
import { MatCheckboxModule } from '@angular/material';
|
||||
|
||||
const COMPONENTS = [ExpansionPanelComponent];
|
||||
const DIALOGS = [];
|
||||
|
@ -32,7 +33,8 @@ const SERVICES = [];
|
|||
MatExpansionModule,
|
||||
MatIconModule,
|
||||
MatTreeModule,
|
||||
MatCheckboxModule
|
||||
MatCheckboxModule,
|
||||
MatRippleModule
|
||||
],
|
||||
exports: [...COMPONENTS, ...DIRECTIVES],
|
||||
declarations: [...COMPONENTS, ...DIRECTIVES],
|
||||
|
|
Loading…
Reference in New Issue
Block a user