mirror of
https://github.com/Alfresco/alfresco-content-app.git
synced 2025-07-24 17:31:52 +00:00
[ACA-99] Viewer actions (#203)
* "toggle favorite" action * copy and move actions * move actions to the "more" menu
This commit is contained in:
@@ -29,7 +29,7 @@ import { RouterTestingModule } from '@angular/router/testing';
|
||||
import { TestBed, async, ComponentFixture } from '@angular/core/testing';
|
||||
import {
|
||||
AlfrescoApiService, UserPreferencesService, TranslationService, TranslationMock,
|
||||
AppConfigService, StorageService, CookieService, NotificationService
|
||||
AppConfigService, StorageService, CookieService, NotificationService, NodeFavoriteDirective
|
||||
} from '@alfresco/adf-core';
|
||||
import { TranslateModule } from '@ngx-translate/core';
|
||||
import { HttpClientModule } from '@angular/common/http';
|
||||
@@ -67,7 +67,8 @@ describe('PreviewComponent', () => {
|
||||
ContentManagementService
|
||||
],
|
||||
declarations: [
|
||||
PreviewComponent
|
||||
PreviewComponent,
|
||||
NodeFavoriteDirective
|
||||
],
|
||||
schemas: [ NO_ERRORS_SCHEMA ]
|
||||
})
|
||||
|
Reference in New Issue
Block a user