Product-Alerts aus Tutorial übernommen
[examples/angular-tutorial] / src / app / product-alerts / product-alerts.component.html
diff --git a/src/app/product-alerts/product-alerts.component.html b/src/app/product-alerts/product-alerts.component.html
new file mode 100644 (file)
index 0000000..7ed54e8
--- /dev/null
@@ -0,0 +1,3 @@
+<p *ngIf="product.price > 700">
+  <button>Notify Me</button>
+</p>