mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
[ADF-5422] remove deprecated "async()" from unit tests (#7109)
* remove angualar async from content services * upgrade more tests * upgrade core tests * upgrade tests * fix deprecated constant * fix tests * fix after rebase
This commit is contained in:
@@ -16,10 +16,12 @@
|
||||
*/
|
||||
|
||||
import { Inject, AfterViewInit, Directive, EventEmitter, OnDestroy, Output } from '@angular/core';
|
||||
import { MatSelect, SELECT_ITEM_HEIGHT_EM } from '@angular/material/select';
|
||||
import { MatSelect } from '@angular/material/select';
|
||||
import { Subject } from 'rxjs';
|
||||
import { takeUntil } from 'rxjs/operators';
|
||||
|
||||
const SELECT_ITEM_HEIGHT_EM = 3;
|
||||
|
||||
@Directive({
|
||||
selector: '[adf-infinite-select-scroll]'
|
||||
})
|
||||
|
Reference in New Issue
Block a user