Skip to content

Instantly share code, notes, and snippets.

View devCrossNet's full-sized avatar

Johannes Werner devCrossNet

View GitHub Profile
@devCrossNet
devCrossNet / app.component.html
Last active October 10, 2016 16:09
Content-Outlet for Angular 2 Applications. Change multiple components with the help of routing
./src/app/app.component.html
<md-sidenav-layout>
<md-toolbar color="primary">
<span>
Brand
</span>
<app-content-outlet [id]="'topnav'"></app-content-outlet>
<button md-icon-button (click)="sidenav.toggle()">
<md-icon>menu</md-icon>