File tree 3 files changed +18
-16
lines changed
3 files changed +18
-16
lines changed Original file line number Diff line number Diff line change 39
39
"@angularclass/hmr" : " ^1.2.2" ,
40
40
"@angularclass/hmr-loader" : " ^3.0.2" ,
41
41
"aphrodite" : " ^1.1.0" ,
42
- "bootstrap" : " 4.0.0-alpha.5 " ,
42
+ "bootstrap" : " 4.0.0-alpha.6 " ,
43
43
"core-js" : " ^2.4.1" ,
44
44
"jwt-decode" : " ^2.1.0" ,
45
45
"lodash-es" : " ^4.16.6" ,
Original file line number Diff line number Diff line change 1
- < nav class ="navbar navbar-fixed-top navbar-dark bg-inverse ">
2
- < button class ="navbar-toggler hidden-sm-up " type ="button "
1
+ < nav class ="navbar navbar-toggleable-md navbar-inverse bg-inverse fixed-top ">
2
+ < button class ="navbar-toggler navbar-toggler-right " type ="button "
3
3
[mptStyles] ="[styles.navbarToggler] " (click) ="toggleMenu($event) ">
4
- ☰
4
+ < span class =" navbar-toggler-icon " > </ span >
5
5
</ button >
6
- < div class ="navbar-toggleable-xs " id =" exCollapsingNavbar2 "
7
- [hidden] ="isMenuHidden ">
8
- < a class =" navbar-brand " [routerLink] =" ['/'] " > SAMPLE APP </ a >
9
- < ul class ="nav navbar-nav ">
6
+ < a class ="navbar-brand " [routerLink] =" ['/'] " > SAMPLE APP </ a >
7
+ < div class =" navbar-collapse " [hidden] ="isMenuHidden ">
8
+
9
+ < ul class ="navbar-nav mr-auto ">
10
10
< li class ="nav-item " routerLinkActive ="active " *ngIf ="isSignedIn ">
11
11
< a class ="nav-link " [routerLink] ="['/home'] "> Home</ a >
12
12
</ li >
25
25
< a class ="nav-link " [routerLink] ="['/login'] "> Sign in</ a >
26
26
</ li >
27
27
</ ul >
28
- < ul class ="nav navbar-nav float-sm-right " *ngIf ="isSignedIn ">
28
+
29
+ < ul class ="navbar-nav my-2 my-lg-0 " *ngIf ="isSignedIn ">
29
30
< li class ="nav-item " routerLinkActive ="active "
30
31
[routerLinkActiveOptions] ="{exact: true} ">
31
32
< a class ="nav-link " [routerLink] ="['/users/me'] "> Profile</ a >
39
40
(click) ="logout(); $event.preventDefault() "> Logout</ a >
40
41
</ li >
41
42
</ ul >
43
+
42
44
</ div >
43
45
</ nav >
Original file line number Diff line number Diff line change @@ -462,12 +462,12 @@ boom@2.x.x:
462
462
dependencies :
463
463
hoek "2.x.x"
464
464
465
- bootstrap@4.0.0-alpha.5 :
466
- version "4.0.0-alpha.5 "
467
- resolved "https://registry.yarnpkg.com/bootstrap/-/bootstrap-4.0.0-alpha.5 .tgz#a126b648c3bd2f52b8fad4bbc5e2d0ad2abf7064 "
465
+ bootstrap@4.0.0-alpha.6 :
466
+ version "4.0.0-alpha.6 "
467
+ resolved "https://registry.yarnpkg.com/bootstrap/-/bootstrap-4.0.0-alpha.6 .tgz#4f54dd33ac0deac3b28407bc2df7ec608869c9c8 "
468
468
dependencies :
469
- jquery "1.9.1 - 3 "
470
- tether "^1.3.7 "
469
+ jquery ">= 1.9.1"
470
+ tether "^1.4.0 "
471
471
472
472
bowser@^1.0.0 :
473
473
version "1.6.0"
@@ -2231,7 +2231,7 @@ jodid25519@^1.0.0:
2231
2231
dependencies :
2232
2232
jsbn "~0.1.0"
2233
2233
2234
- " jquery@1.9.1 - 3 " :
2234
+ jquery@>= 1.9.1 :
2235
2235
version "3.1.1"
2236
2236
resolved "https://registry.yarnpkg.com/jquery/-/jquery-3.1.1.tgz#347c1c21c7e004115e0a4da32cece041fad3c8a3"
2237
2237
@@ -4241,7 +4241,7 @@ tar@~2.2.1:
4241
4241
fstream "^1.0.2"
4242
4242
inherits "2"
4243
4243
4244
- tether@^1.3.7 :
4244
+ tether@^1.4.0 :
4245
4245
version "1.4.0"
4246
4246
resolved "https://registry.yarnpkg.com/tether/-/tether-1.4.0.tgz#0f9fa171f75bf58485d8149e94799d7ae74d1c1a"
4247
4247
You can’t perform that action at this time.
0 commit comments