fix(docs-infra): remove routerLink
from top-bar
(#35951)
Closes #35947 PR Close #35951
This commit is contained in:

committed by
Andrew Kushnir

parent
db74f2074b
commit
6b4c5289b3
@ -2,6 +2,8 @@
|
||||
<h1>My Store</h1>
|
||||
</a>
|
||||
|
||||
<a [routerLink]="['/cart']" class="button fancy-button">
|
||||
<!-- #docregion cart-route -->
|
||||
<a routerLink="/cart" class="button fancy-button">
|
||||
<i class="material-icons">shopping_cart</i>Checkout
|
||||
</a>
|
||||
<!-- #enddocregion cart-route -->
|
||||
|
Reference in New Issue
Block a user