Base solution for your next web application
Starts in:
01 DAYS
01 HRS
01 MIN
01 SEC

Activities of "SelfSwapAdmin"

Error TS2339 (TS) Property 'getAll' does not exist on type 'XXXXXComponent'.

I oversimplified a bit. Actually what is getting called is:

getComponentName(event?: LazyLoadEvent) {
    if (this.primengTableHelper.shouldResetPaging(event)) {
        this.paginator.changePage(0);
        return;
    }

    this.primengTableHelper.showLoadingIndicator();

    this._ssFolioServiceProxy
        .getAll(
            this.filterText,
            ..............
            ..............

So GetAll is not being called directly is unresolved in setInterval(this.getAll, getAllInterval).

So in this case how SetInterval be used?

Incomplete posting of problem - closing in lieu of new request.

Showing 11 to 13 of 13 entries