We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 211234e commit 52def7fCopy full SHA for 52def7f
src/app/app-routing.module.ts
@@ -12,7 +12,7 @@ const routes: Routes = [
12
{ path: 'Add',
13
component: EditComponent
14
},
15
- { path: 'Edit:id',
+ { path: 'Edit/:id',
16
17
}
18
];
0 commit comments