created routes pages
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
import { Routes } from '@angular/router';
|
||||
import { Book } from './book';
|
||||
|
||||
export const BOOK_ROUTES: Routes = [
|
||||
{ path: '', component: Book },
|
||||
]
|
||||
Reference in New Issue
Block a user