Product-List aus Tutorial übernommen (direkt mit Erweiterungen)
[examples/angular-tutorial] / src / app / app.component.html
1 <app-top-bar></app-top-bar>
2
3 <div class="container">
4   <router-outlet></router-outlet>
5 </div>