Error: Uncaught (in promise): Error: Cannot match any routes. URL Segment: 'site-notice'
Error: Uncaught (in promise): Error: Cannot match any routes. URL Segment: 'site-notice' Im totaly confused about this error. I have a very basic simple routing: const routes: Routes = [ { path: '', component: FrameDefaultComponent, pathMatch: 'full', children: [ {path: '', component: SiteCalculatorComponent}, {path: 'site-notice', component: SiteSiteNoticeComponent} ] }, ]; When i click the menu entrie for site-notice in the menu that looks like this: menuEntries = [ { title: 'Calculator', url: '/' }, { title: 'Site Notice', url: '/site-notice' } ]; Then i get the following error: core.js:1521 ERROR Error: Uncaught (in promise): Error: Cannot match any routes. URL Segment: 'site-notice' Error: Cannot match any routes. URL Segment: 'site-notice' at ApplyRedirects.push../node_modules/@angular/r...