Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
hggeorgiev authored Nov 19, 2017
1 parent 7a875c9 commit 416ef0d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ export class MyRoutableComponent {
```

### Prefixing routes
Suppose that you already have your breadcrumbs generated, but due to the nesting of the routers, you want to add a few breadcrumbs from route s of the parent router.
Suppose that you already have your breadcrumbs generated, but due to the nesting of the routers, you want to add a breadcrumb from the parent router:

```
this.breadcrumbs.storePrefixed({label: 'Home' , url: '/', params: []})
Expand Down

0 comments on commit 416ef0d

Please sign in to comment.