You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
I have a problem with the "hashNavigation" and Angular. The "data-hash" is not render. I have read all swiper doc's and watch demos but I don't understand what I doing wrong.
Somebody can help me about that.
Thanks in advance!!!
The hashNavigation is ok in the swiper params:
My HTML:
My TS:
import { Component, OnInit } from '@angular/core';
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I have a problem with the "hashNavigation" and Angular. The "data-hash" is not render. I have read all swiper doc's and watch demos but I don't understand what I doing wrong.
Somebody can help me about that.
Thanks in advance!!!
The hashNavigation is ok in the swiper params:

My HTML:

My TS:
import { Component, OnInit } from '@angular/core';
import SwiperCore, { SwiperOptions, Navigation, HashNavigation, Pagination, EffectFade, Mousewheel } from 'swiper';
SwiperCore.use([ Navigation, HashNavigation, Pagination, EffectFade, Mousewheel]);
@component({
selector: 'app-home',
templateUrl: './home.component.html',
styleUrls: ['./home.component.scss']
})
export class HomeComponent implements OnInit {
}
Beta Was this translation helpful? Give feedback.
All reactions