최근 포스트

[angular] Componentless Routing

1 분 소요

Analysis When setting up routing, components are typically configured as follows: {path: '', component: AppComponent, children: [ { path: '', redirectTo: '...