Top-Bar aus offiziellem Getting-Started Tutorial übernommen
[examples/angular-tutorial] / src / app / top-bar / top-bar.component.html
diff --git a/src/app/top-bar/top-bar.component.html b/src/app/top-bar/top-bar.component.html
new file mode 100644 (file)
index 0000000..d021aa7
--- /dev/null
@@ -0,0 +1,5 @@
+<a [routerLink]="['/']">
+  <h1>Peter Penis</h1>
+</a>
+
+<a [routerLink]="['/cart']" class="button fancy-button"><i class="material-icons">shopping_cart</i>Checkout</a>