delete action (#324)

This commit is contained in:
Cilibiu Bogdan
2018-04-19 20:05:00 +03:00
committed by Denys Vuika
parent d586073705
commit 2a79bbd018
2 changed files with 6 additions and 2 deletions

View File

@@ -37,6 +37,7 @@ import { HttpClientModule } from '@angular/common/http';
import { PreviewComponent } from './preview.component';
import { Observable } from 'rxjs/Rx';
import { NodePermissionService } from '../../common/services/node-permission.service';
import { ContentManagementService } from '../../common/services/content-management.service';
import { MatSnackBarModule } from '@angular/material';
describe('PreviewComponent', () => {
@@ -64,7 +65,8 @@ describe('PreviewComponent', () => {
CookieService,
NotificationService,
UserPreferencesService,
NodePermissionService
NodePermissionService,
ContentManagementService
],
declarations: [
PreviewComponent,