import { Router } from '@angular/router';
constructor(private router: Router) { }
ngOnInit() {
const currentUrl = this.router.url;
console.log('Current URL:', currentUrl);
}
'FE > Angular' 카테고리의 다른 글
[ Angular ] form submit 작동 안될 때 (0) | 2024.01.06 |
---|---|
[ ANGULAR ] Service 생성시 나타나는 구문 오류 (0) | 2023.10.30 |
[ ANGULAR ] 새로운 subscribe 패턴 (0) | 2023.06.03 |
[ ANGULAR ] onSameUrlNavigation 동일 페이지 리로드 (0) | 2023.02.01 |
[ ANGULAR ] datatable 전체 선택 현재행으로 제한 (0) | 2022.12.27 |