Skip to content
GitLab
Projects
Groups
Topics
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Izeni
Angular Template
Wiki
gotchas
gotchas
· Changes
Page history
Update gotchas
authored
May 08, 2017
by
Joe Lewis
Hide whitespace changes
Inline
Side-by-side
gotchas.md
View page @
1f3d1ee1
...
...
@@ -12,7 +12,7 @@ Solution 1:
<a
*ngIf=
"value"
[routerLink]=
"['/some-route', value]"
/>
```
Solution 2:
Solution 2
(Our Standard)
:
```
html
<a
(click)=
navigateToRoute(value.id)/
>
```
...
...