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
- 앵귤러 애니메이션
- angular button
- scroll
- summary
- 스크롤 이벤트 감지
- ajax 사용 예시
- angular route
- formgroup
- angular animation
- TAILWIND
- prisma
- Angular Router
- 호버
- Router
- 검색
- mysql if
- 앵귤러 모달
- 아이오닉 스크롤 이벤트
- ApexChart
- Ionic modal
- flex-1
- 모달
- 옵저버블
- egov spring ajax 사용 예시
- route
- angular modal
- 셀렉트박스 커스텀
- modal
- Oracle LISTAGG 사용 예시
- 스크롤 이벤트
Archives
- Today
- Total
목록Angular pagination css custom (1)
깜놀하는 해므찌로
Angular pagination custom 앵귤러 페이지네이션 커스텀 예시
{{admin.name}} {{admin.Auth}} ID {{admin.id}} {{admin.registeredAt | date: 'YYYY-MM-dd'}} 등록 됨 1. [id]=pageId 템플릿 프로퍼티 => pageId = "admin" 이 할당 2. pageContoller id="admin" 할당하여 컨트롤러와 템플릿 연결 {{previousLabel}} {{ page.label }} {{ page.label }} {{nextLabel}} 3. pagination 컴포넌트의 컨트롤러의 템플릿 import { Component, OnInit, Input, Output, EventEmitter } from '@angular/core'; import { CommonModule } from '@a..
IT
2023. 4. 13. 22:40