-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
✨ #52: Tab-Panel wird an Header übergeben
- Router Outlet muss als TabPanel angegeben werden
- Loading branch information
1 parent
9a48da8
commit 6b58c54
Showing
3 changed files
with
8 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,8 @@ | ||
<header> | ||
<app-header></app-header> | ||
<app-header [tabPanel]="tabPanel"></app-header> | ||
</header> | ||
|
||
<h1>Buntnis Ilmenau</h1> | ||
<h2>Für Demokratie und Weltoffenheit</h2> | ||
|
||
<router-outlet /> | ||
<router-outlet #tabPanel /> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters