RootCauseunvalidated
we are dealing with the view — The problem I feel is due to the hook used. Tension: we should use `ngAfterViewInit` hook (Which is called after the view is initialized), since you are using angular 18 try using `afterRender` or `afterNextRender` callback. Outcome: pass the native element into the swiper initialization.
650fb967-87a1-4af9-9c8e-0a9b851dddf8
we are dealing with the view — The problem I feel is due to the hook used. Tension: we should use ngAfterViewInit hook (Which is called after the view is initialized), since you are using angular 18 try using afterRender or afterNextRender callback. Outcome: pass the native element into the swiper initialization.