delete all page.routes.ts
This commit is contained in:
@@ -1,6 +0,0 @@
|
|||||||
import { Routes } from '@angular/router';
|
|
||||||
import { Author } from './author';
|
|
||||||
|
|
||||||
export const AUTHOR_ROUTES: Routes = [
|
|
||||||
{ path: '', component: Author },
|
|
||||||
]
|
|
||||||
@@ -1,6 +0,0 @@
|
|||||||
import { Routes } from '@angular/router';
|
|
||||||
import { Book } from './book';
|
|
||||||
|
|
||||||
export const BOOK_ROUTES: Routes = [
|
|
||||||
{ path: '', component: Book },
|
|
||||||
]
|
|
||||||
@@ -1,6 +0,0 @@
|
|||||||
import { Routes } from '@angular/router';
|
|
||||||
import { Loan } from './loan';
|
|
||||||
|
|
||||||
export const LOAN_ROUTES: Routes = [
|
|
||||||
{ path: '', component: Loan },
|
|
||||||
]
|
|
||||||
@@ -1,6 +0,0 @@
|
|||||||
import { Routes } from '@angular/router';
|
|
||||||
import { User } from './user';
|
|
||||||
|
|
||||||
export const USER_ROUTES: Routes = [
|
|
||||||
{ path: '', component: User },
|
|
||||||
]
|
|
||||||
@@ -1,6 +0,0 @@
|
|||||||
import { Routes } from '@angular/router';
|
|
||||||
import { Welcome } from './welcome';
|
|
||||||
|
|
||||||
export const WELCOME_ROUTES: Routes = [
|
|
||||||
{ path: '', component: Welcome },
|
|
||||||
];
|
|
||||||
Reference in New Issue
Block a user