Product-List aus Tutorial übernommen (direkt mit Erweiterungen)
[examples/angular-tutorial] / src / app / app.component.html
index e7d2b67..0a4efe3 100644 (file)
@@ -1,5 +1,5 @@
 <app-top-bar></app-top-bar>
 
 <div class="container">
-  <h3>Hallo Welt!</h3>
+  <router-outlet></router-outlet>
 </div>