[ADF-5311] Extract infinite select scroll loading logic to a reusable component (#6536)

* move translation to core

* select scroll directive

* register directive

* add infinite scroll directive

* clean up component and aditional logic

* use  waitForAsync over async

* update docs

* change output emitter name

* revert to async

* restore default value;

* test
This commit is contained in:
Cilibiu Bogdan
2021-01-15 13:35:39 +02:00
committed by GitHub
parent c9705b06d5
commit 8471fe40a5
11 changed files with 200 additions and 41 deletions

View File

@@ -25,5 +25,6 @@ export * from './node-download.directive';
export * from './upload.directive';
export * from './version-compatibility.directive';
export * from './tooltip-card/tooltip-card.directive';
export * from './infinite-select-scroll.directive';
export * from './directive.module';