Vitaliy Fedoriv
Vitaliy Fedoriv
Any plans to implement it?
For Spring Data JPA implementation - extending JpaRepository or PagingAndSortingRepository ; for JPA implementation - using query.setMaxResults / setFirstResult ; for JDBC implementation - more complicate (https://stackoverflow.com/questions/2771439/jdbc-pagination)
I can reproduce it too. But this fragment in my pet app, where routerLinkActive presented in *ngFor work ok: ``````` {{owner.firstName}} {{owner.lastName}} ``````` In previous Angular versions (5.0) I had...