일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
- Router
- 옵저버블
- 검색
- 아이오닉 스크롤 이벤트
- scroll
- summary
- Angular Router
- modal
- 셀렉트박스 커스텀
- mysql if
- 앵귤러 모달
- 호버
- 스크롤 이벤트 감지
- Oracle LISTAGG 사용 예시
- TAILWIND
- formgroup
- route
- 모달
- 스크롤 이벤트
- ApexChart
- prisma
- flex-1
- angular animation
- angular route
- angular modal
- angular button
- egov spring ajax 사용 예시
- 앵귤러 애니메이션
- ajax 사용 예시
- Ionic modal
- Today
- Total
목록swiper (3)
깜놀하는 해므찌로

요기!! 0{{number}} 1. AfterView 시점에서 핸들링하기 위해 #item 명시 import { CommonModule } from '@angular/common'; import { AfterViewInit, CUSTOM_ELEMENTS_SCHEMA, ChangeDetectorRef, Component, ElementRef, HostListener, OnInit, ViewChild, signal, } from '@angular/core'; import { register } from 'swiper/element/bundle'; import Swiper from 'swiper'; import { IconComponent } from '../../../components/icon/icon.co..

// 클래스 명 = 'group' 설정 // 그룹 클래스 내에 '.swiper-slide-next' 라는 클래스가 있다면 felx 없다면 hidden {{video.title}} {{video.year}} 0. init="flase" 스와이퍼를 커스텀한 대로 적용하기 전까지 임의로 스와이퍼를 그리지 말라는 지시 1. 템플릿: 슬라이드 구현을 위해 swiper-container, swiper-slide 태그를 사용 전용 태그를 사용하지 않고 div 만으로도 구현이 가능합니다. 제일 하단 참조! import { CommonModule } from '@angular/common'; import { CUSTOM_ELEMENTS_SCHEMA, Component, OnInit } from '@angular/core..
import { CommonModule } from '@angular/common'; import { AfterViewInit, CUSTOM_ELEMENTS_SCHEMA, Component, ElementRef, OnInit, ViewChild, Input, } from '@angular/core'; import Swiper, { SwiperOptions } from 'swiper'; import { IconComponent } from '../../../components/icon/icon.component'; import { ScrollAnimationDirective } from '../../../animations/scroll-animation/scroll-animation.directive'; ..