We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I cloned the repo, ran the project ng serve and the Navbar Toggle Icon doesnt appear to display. The code on the page is as follows:
ng serve
<nav class="navbar navbar-toggleable-md bg-primary navbar-inverse"> <button class="navbar-toggler navbar-toggler-right" type="button" data-toggle="collapse" data-target="#myNavBar"> <span class="navbar-toggler-icon"></span> </button> <a href="/" class="navbar-brand">Bootstrap Webinar</a> <div class="navbar-collapse collapse" id="myNavBar"> <ul class="navbar-nav"> <li class="nav-item"> <a routerLink="/bootstrap" routerLinkActive="active" class="nav-link" href="#">Bootstrap</a> </li> <li class="nav-item"> <a routerLink="/widgets" routerLinkActive="active" class="nav-link">Widgets</a> </li> <li class="nav-item"> <a routerLink="/about" routerLinkActive="active" class="nav-link" href="#">About</a> </li> </ul> </div> </nav>
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I cloned the repo, ran the project
ng serve
and the Navbar Toggle Icon doesnt appear to display. The code on the page is as follows:The text was updated successfully, but these errors were encountered: