Removing a typo
This commit is contained in:
@@ -6,7 +6,7 @@ import { ListComponent } from "./list/list.component";
|
|||||||
const routes: Routes = [
|
const routes: Routes = [
|
||||||
{ path: '', component: ListComponent },
|
{ path: '', component: ListComponent },
|
||||||
{ path: ':id', component: CardComponent },
|
{ path: ':id', component: CardComponent },
|
||||||
];;
|
];
|
||||||
|
|
||||||
@NgModule({
|
@NgModule({
|
||||||
imports: [RouterModule.forChild(routes)],
|
imports: [RouterModule.forChild(routes)],
|
||||||
|
|||||||
Reference in New Issue
Block a user