Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | ||||
4 | 5 | 6 | 7 | 8 | 9 | 10 |
11 | 12 | 13 | 14 | 15 | 16 | 17 |
18 | 19 | 20 | 21 | 22 | 23 | 24 |
25 | 26 | 27 | 28 | 29 | 30 | 31 |
Tags
- Ionic modal
- 앵귤러 애니메이션
- TAILWIND
- summary
- 스크롤 이벤트 감지
- ajax 사용 예시
- Angular Router
- prisma
- 호버
- egov spring ajax 사용 예시
- ApexChart
- angular modal
- 앵귤러 모달
- route
- Oracle LISTAGG 사용 예시
- 스크롤 이벤트
- angular button
- Router
- 셀렉트박스 커스텀
- 아이오닉 스크롤 이벤트
- 옵저버블
- angular route
- scroll
- angular animation
- mysql if
- modal
- 모달
- formgroup
- flex-1
- 검색
Archives
- Today
- Total
목록swiper init (1)
깜놀하는 해므찌로
Angular Swiper CSS is not working 앵귤러 스와이퍼 CSS 먹통 문제 해결 방안 예시
0. #swiperContainer 선언 1. init="false" 설정 필수! 이 설정을 하지 않으면 임의로 CSS를 그려버려서 CSS 설정 및 값 오버라이딩 등 먹통됩니다. @ViewChild('swiperContainer') swiperEl!: ElementRef; ngAfterViewInit(): void { this.setSwiper(); } setSwiper() { const options: SwiperOptions = { speed: 3000, autoplay: { delay: 5000, }, allowTouchMove: false, touchRatio: 0, loop: true, slidesPerView: document.documentElement.clientWidth >= 1440 ?..
IT
2023. 7. 20. 23:38