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
- flex-1
- modal
- egov spring ajax 사용 예시
- angular route
- 검색
- prisma
- Router
- 옵저버블
- angular animation
- 스크롤 이벤트
- summary
- 앵귤러 모달
- ApexChart
- ajax 사용 예시
- 모달
- mysql if
- scroll
- TAILWIND
- formgroup
- 아이오닉 스크롤 이벤트
- route
- 앵귤러 애니메이션
- angular button
- angular modal
- 호버
- Oracle LISTAGG 사용 예시
- Angular Router
Archives
- Today
- Total
목록Angulr Swiper (1)
깜놀하는 해므찌로

@import "swiper/css"; 0. global.scss 에 로드 1. 템플릿 : 스와이퍼 전용 태그 사용 import { CUSTOM_ELEMENTS_SCHEMA, ChangeDetectorRef, Component, HostListener, OnInit, ViewChild, signal, } from '@angular/core'; import { register } from 'swiper/element/bundle'; import Swiper from 'swiper'; register(); @Component({ selector: 'app-section1', templateUrl: './section1.section.html', styleUrls: ['./section1.section.scs..
IT
2023. 6. 29. 12:49