import { Routes } from '@angular/router'; import {AppComponent} from './app.component'; export const routes: Routes = [new AppComponent];