Skip to content
This repository was archived by the owner on Dec 4, 2017. It is now read-only.

Commit 4612139

Browse files
karandprnaomiblack
authored andcommitted
docs(toh-5/ts): Minor error fixed.
There are no leading slashes in the path.
1 parent 868abbe commit 4612139

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

public/docs/_examples/toh-5/ts/app/app.routes.2.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import { HeroesComponent } from './heroes.component';
44

55
const routes: RouterConfig = [
66
{
7-
path: '/heroes',
7+
path: 'heroes',
88
component: HeroesComponent
99
}
1010
];

0 commit comments

Comments
 (0)