first comit
This commit is contained in:
11
src/app/features/todo/todo.routes.ts
Normal file
11
src/app/features/todo/todo.routes.ts
Normal file
@@ -0,0 +1,11 @@
|
||||
import { Routes } from '@angular/router';
|
||||
import {TodoListComponent} from './todo-list/todo-list.component';
|
||||
|
||||
export const TODO_ROUTES: Routes = [
|
||||
{
|
||||
path: '',
|
||||
component: TodoListComponent,
|
||||
title: 'Todo List',
|
||||
},
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user