개별
this.activatedRoute.snapshot.paramMap.get('type')
동일 컴포넌트 구독
this.activatedRoute.params
.subscribe(params => {
alert(params.type)
});
라우터 설정
{ path: 'routine/:파라미터명', component: CardListComponent }
'FE > Angular' 카테고리의 다른 글
[ ANGULAR ] SPA 역사 (0) | 2022.05.17 |
---|---|
[ ANGULAR ] Config CSS -> SCSS (0) | 2022.03.15 |
[ ANGULAR ] Date Pipe (0) | 2022.01.25 |
[ ANGULAR ] 소숫점 표현 PIPE (0) | 2022.01.24 |
[ ANGULAR ] ngFor by KeyValue (0) | 2021.11.17 |