mirror of
https://github.com/Alfresco/alfresco-content-app.git
synced 2025-10-01 14:41:14 +00:00
[ACA-249] routing generic error (#9)
* generic error * rename folder and files
This commit is contained in:
committed by
Denys Vuika
parent
5269e68db8
commit
b501f01177
@@ -26,6 +26,7 @@ import { CommonModule } from '../../common/common.module';
|
||||
import { ContentManagementService } from '../../common/services/content-management.service';
|
||||
import { BrowsingFilesService } from '../../common/services/browsing-files.service';
|
||||
import { NodeActionsService } from '../../common/services/node-actions.service';
|
||||
import { GenericErrorComponent } from '../generic-error/generic-error.component';
|
||||
import { FilesComponent } from './files.component';
|
||||
|
||||
describe('FilesComponent', () => {
|
||||
@@ -48,7 +49,8 @@ describe('FilesComponent', () => {
|
||||
CommonModule
|
||||
],
|
||||
declarations: [
|
||||
FilesComponent
|
||||
FilesComponent,
|
||||
GenericErrorComponent
|
||||
]
|
||||
}).compileComponents()
|
||||
.then(() => {
|
||||
|
Reference in New Issue
Block a user