mirror of
https://github.com/Alfresco/alfresco-content-app.git
synced 2025-10-01 14:41:14 +00:00
[ACA-1490] Enable CardView (#491)
* integrate carview * experimental cardview * fix tests * fix spellcheck error
This commit is contained in:
committed by
Denys Vuika
parent
9b10cea98e
commit
e5bc3bb755
@@ -38,6 +38,7 @@ import { NodeActionsService } from '../../common/services/node-actions.service';
|
||||
import { FilesComponent } from './files.component';
|
||||
import { AppTestingModule } from '../../testing/app-testing.module';
|
||||
import { ContentApiService } from '../../services/content-api.service';
|
||||
import { ExperimentalDirective } from '../../directives/experimental.directive';
|
||||
|
||||
describe('FilesComponent', () => {
|
||||
let node;
|
||||
@@ -67,7 +68,8 @@ describe('FilesComponent', () => {
|
||||
NodeFavoriteDirective,
|
||||
DocumentListComponent,
|
||||
FileSizePipe,
|
||||
AppConfigPipe
|
||||
AppConfigPipe,
|
||||
ExperimentalDirective
|
||||
],
|
||||
providers: [
|
||||
{ provide: ActivatedRoute, useValue: {
|
||||
|
Reference in New Issue
Block a user