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
- TAILWIND
- angular route
- prisma
- 스크롤 이벤트
- 스크롤 이벤트 감지
- 앵귤러 애니메이션
- 호버
- 검색
- 옵저버블
- egov spring ajax 사용 예시
- angular modal
- 앵귤러 모달
- formgroup
- summary
- 모달
- ajax 사용 예시
- Oracle LISTAGG 사용 예시
- angular animation
- angular button
- mysql if
- flex-1
- Router
- modal
- ApexChart
- route
- Ionic modal
- scroll
- Angular Router
- 아이오닉 스크롤 이벤트
- 셀렉트박스 커스텀
Archives
- Today
- Total
목록angular icon (2)
깜놀하는 해므찌로
Angular icon component 예시
1. 템플릿 import { Component, HostBinding, Input } from '@angular/core'; import { CommonModule } from '@angular/common'; import { IonicModule } from '@ionic/angular'; @Component({ selector: 'app-icon', standalone: true, imports: [CommonModule, IonicModule], templateUrl: './icon.component.html', styleUrls: ['./icon.component.scss'], }) export class IconComponent { @Input() name?: string | undefined;..
IT
2023. 6. 20. 12:02