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

(click)="clickChildMenu($event, route, child)" clickChildMenu(ev: Event, parent: Route, child: Route) { ev.stopPropagation(); // 클릭 이벤트 멈추기 -> 현재 템플릿에 한해서 실행 const parentRoute = parent['data']; const childRoute = child['data']; if (!parentRoute || !childRoute) { return; } this.currentMenu.emit(`${parentRoute['name']} > ${childRoute['name']}`); this.router.navigateByUrl( `/${parent.path}${child.p..
IT
2023. 5. 8. 18:23