This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
nils
/
angular5-course
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
2
Wiki
Activity
Browse Source
Fixing missing navbar on small screens
tags/before_ngrx
Nils Dittberner
8 years ago
parent
1156b16ae6
commit
9cebd13f23
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
src/app/header/header.component.html
+ 1
- 1
src/app/header/header.component.html
View File
@@ -4,7 +4,7 @@
<a href="#" class="navbar-brand">Recipe Book</a>
</div>
<div class="
collapse navbar-collapse
">
<div class="
navbar-default
">
<ul class="nav navbar-nav">
<li><a href="#">Recipes</a></li>
<li><a href="#">Shopping List</a></li>
Write
Preview
Loading…
Cancel
Save