[ADF-3041] TaskList Component - Empty State issue. (#3345)

* [DW-635] Empty State Component

* [DW-635] Empty State Component

* [DW-635] Empty state Issue

* [DW-635] Use empty state component and custom empty directive

* [ADF-3041] Documentation for TaskList Component - Empty State issue.
This commit is contained in:
camorra-skk
2018-05-24 22:31:06 +05:30
committed by Eugenio Romano
parent 997713bca3
commit ed283c7386
8 changed files with 90 additions and 18 deletions

View File

@@ -19,9 +19,8 @@ import { CommonModule } from '@angular/common';
import { NgModule } from '@angular/core';
import { FlexLayoutModule } from '@angular/flex-layout';
import { TranslateModule } from '@ngx-translate/core';
import { FormModule, CommentsModule } from '@alfresco/adf-core';
import { CoreModule } from '@alfresco/adf-core';
import { ProcessCommentsModule } from '../process-comments/process-comments.module';
import { CardViewModule, DataColumnModule, DataTableModule, DirectiveModule, InfoDrawerModule } from '@alfresco/adf-core';
import { FormsModule, ReactiveFormsModule } from '@angular/forms';
import { MaterialModule } from '../material.module';
@@ -44,20 +43,14 @@ import { TaskStandaloneComponent } from './components/task-standalone.component'
@NgModule({
imports: [
CoreModule,
CommonModule,
CardViewModule,
DataTableModule,
DataColumnModule,
DirectiveModule,
FormModule,
FlexLayoutModule,
InfoDrawerModule,
MaterialModule,
TranslateModule,
FormsModule,
ReactiveFormsModule,
PeopleModule,
CommentsModule,
ProcessCommentsModule,
ContentWidgetModule
],