mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
[ADF-4896] Merging AMA and ADF notifications for a better world
This commit is contained in:
committed by
Denys Vuika
parent
922a85935e
commit
14800ce399
@@ -16,7 +16,7 @@
|
||||
*/
|
||||
|
||||
import { LogService } from '../services/log.service';
|
||||
import { NotificationService } from '../services/notification.service';
|
||||
import { NotificationService } from '../notifications/services/notification.service';
|
||||
import { AppConfigService } from '../app-config/app-config.service';
|
||||
import { TestBed } from '@angular/core/testing';
|
||||
import { ClipboardModule } from './clipboard.module';
|
||||
|
@@ -18,7 +18,7 @@
|
||||
import { Injectable, Inject } from '@angular/core';
|
||||
import { DOCUMENT } from '@angular/platform-browser';
|
||||
import { LogService } from '../services/log.service';
|
||||
import { NotificationService } from '../services/notification.service';
|
||||
import { NotificationService } from '../notifications/services/notification.service';
|
||||
|
||||
@Injectable()
|
||||
export class ClipboardService {
|
||||
|
Reference in New Issue
Block a user