import {Routes} from '@angular/router'; import {Welcome} from './welcome'; export const WELCOME_ROUTES: Routes = [ {path: '', component: Welcome}, ];