File tree Expand file tree Collapse file tree
projects/ngqp-demo/src/app Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11< nav class ="navbar navbar-expand-lg navbar-dark bg-primary ">
2+ < button class ="navbar-toggler " type ="button " (click) ="isNavbarExpanded = !isNavbarExpanded ">
3+ < span class ="navbar-toggler-icon "> </ span >
4+ </ button >
25 < a class ="navbar-brand " routerLink ="/ ">
36 < div class ="d-inline-block align-middle logo-container ">
47 < img src ="assets/logo.svg " height ="48 " width ="auto " />
58 </ div >
69 @ngqp
710 </ a >
8- < button class ="navbar-toggler " type ="button " (click) ="isNavbarExpanded = !isNavbarExpanded ">
9- < span class ="navbar-toggler-icon "> </ span >
10- </ button >
11-
1211 < div class ="navbar-collapse " [class.collapse] ="!isNavbarExpanded ">
1312 < ul class ="navbar-nav mr-auto ">
1413 < li class ="nav-item active ">
2524 </ li >
2625 </ ul >
2726 </ div >
28-
29- < a href ="https://www.github.com/Airblader/ngqp " rel ="nofollow noopener ">
27+ < a href ="https://www.github.com/Airblader/ngqp " rel ="nofollow noopener " [class.collapse] ="isNavbarExpanded ">
3028 < fa-icon [icon] ="faGithub " size ="2x " class ="text-light "> </ fa-icon >
3129 </ a >
3230</ nav >
You can’t perform that action at this time.
0 commit comments