[AAE-10777] Move in common service the real common services (#8203)

* Move in common service the real common services
remove Pagination js-api dependencies
move search-input component in content

* fix unit

* fix lint

* fix

* fix
This commit is contained in:
Eugenio Romano
2023-01-31 00:42:29 +01:00
committed by GitHub
parent 89b79c9e45
commit 4f25426c25
105 changed files with 156 additions and 381 deletions

View File

@@ -16,7 +16,7 @@
*/
import { Component, EventEmitter, Output } from '@angular/core';
import { LanguageService } from '../services/language.service';
import { LanguageService } from './service/language.service';
import { Observable } from 'rxjs';
import { LanguageItem } from '../common/services/language-item.interface';