Open glenstaes opened 4 weeks ago
Angular v19 will introduce an experimental resource signal:
This functionality might pave the way to make our lives even easier:
paginatedRxResource
page$
pageSize$
mixinPagination
ppw-async-result
Angular v19 will introduce an experimental resource signal:
This functionality might pave the way to make our lives even easier:
paginatedRxResource
, automatically listening to thepage$
andpageSize$
provided bymixinPagination
.ppw-async-result
component needs adaptations.