import { Routes } from '@angular/router'; import {AuthGuard} from "./guard.guard"; export const routes: Routes = [ ];