Angular - Standalone Components
Given this route config, what happens when navigating to '/settings'?
{ path: 'settings', loadComponent: () => import('./settings.component').then(m => m.SettingsComponent) }