mirror of
https://github.com/Alfresco/alfresco-content-app.git
synced 2025-07-31 17:38:28 +00:00
[ACA-1273] Preview - node metadata (#272)
This commit is contained in:
committed by
Denys Vuika
parent
b63f6c0197
commit
142b179841
@@ -36,7 +36,7 @@ import { HttpClientModule } from '@angular/common/http';
|
||||
|
||||
import { PreviewComponent } from './preview.component';
|
||||
import { Observable } from 'rxjs/Rx';
|
||||
import { ContentManagementService } from '../../common/services/content-management.service';
|
||||
import { NodePermissionService } from '../../common/services/node-permission.service';
|
||||
import { MatSnackBarModule } from '@angular/material';
|
||||
|
||||
describe('PreviewComponent', () => {
|
||||
@@ -64,7 +64,7 @@ describe('PreviewComponent', () => {
|
||||
CookieService,
|
||||
NotificationService,
|
||||
UserPreferencesService,
|
||||
ContentManagementService
|
||||
NodePermissionService
|
||||
],
|
||||
declarations: [
|
||||
PreviewComponent,
|
||||
|
Reference in New Issue
Block a user