fix(docs-infra): remove routerLink from top-bar (#35951)

Closes #35947

PR Close #35951
This commit is contained in:
Sonu Kapoor
2020-03-09 05:34:41 -04:00
committed by Andrew Kushnir
parent db74f2074b
commit 6b4c5289b3
3 changed files with 14 additions and 9 deletions

View File

@ -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 -->