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
- 옵저버블
- Angular Router
- angular modal
- summary
- 호버
- 스크롤 이벤트 감지
- angular animation
- mysql if
- 앵귤러 애니메이션
- formgroup
- TAILWIND
- ApexChart
- flex-1
- angular button
- 스크롤 이벤트
- prisma
- Router
- egov spring ajax 사용 예시
- 모달
- route
- Ionic modal
- angular route
- 앵귤러 모달
- ajax 사용 예시
- 아이오닉 스크롤 이벤트
- scroll
- Oracle LISTAGG 사용 예시
- 셀렉트박스 커스텀
- 검색
Archives
- Today
- Total
목록Angular navigation routing instanceof (1)
깜놀하는 해므찌로
Angular navigation routing instanceof 활용 예시
router.events.pipe(filter((ev) => ev instanceof NavigationEnd)).subscribe({ next: () => { this.layout = route.snapshot.data['layout']; this.path = router.url; if ( router.url === '/page' || router.url === '/fq' || router.url === '/inqu' ) { this.items = [ { name: '내 정보', path: '/page' }, { name: '1:1 문의', path: '/inqu' }, { name: 'FAQ', path: '/fq' }, ]; } else { this.items = undefined; } if (th..
IT
2023. 8. 30. 17:39