Const routes
routes: (object | object | object | object)[] = [{path: `${YouTubeRoutePaths.root}/${YouTubeRoutePaths.presentation}`,component: YouTubePresentationComponent,pathMatch: 'full'},{path: `${YouTubeRoutePaths.root}/${YouTubeRoutePaths.presentationParameterized}`,component: YouTubePresentationComponent},{path: `${YouTubeRoutePaths.root}/${YouTubeRoutePaths.uploads}`,component: YouTubeThumbsSetComponent,pathMatch: 'full'},{path: `${YouTubeRoutePaths.root}/${YouTubeRoutePaths.uploadsParameterized}`,component: YouTubeThumbsSetComponent},]
provider function
https://github.com/angular/angular/blob/master/packages/router/src/router_module.ts#L158