MatPaginator pageSizeOptions immutable after init
Goal To dynamically update the pageSizeOptions of MatPaginator after the component has rendered, so that the drop‑down reflects new values supplied by the host component. Context The MatPaginator API exposes pageSizeOptions as an @Input that is only read during ngOnInit . In Angular Material 15 the internal array is copied once and never refreshed, meaning c