Skip to content

Routes demo should be using binding instead of string  #97

@feeloor

Description

@feeloor

Use binding instead of string on this line:
https://github.com/rangle/augury-examples/blob/master/src/app/shared/header/header.component.html#L13

change:
routerLink="item.routerLinkPath"

to
[routerLink]="item.routerLinkPath"

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions