1

I am working on converting the AngularJS application to Angular 2 application.Bootstrap functionality is not working in Angular 2 which was used in AngularJS .Is there is any alternative for Angular 2 bootstrap?

  <li class="dropdown"><a class="dropdown-toggle" data-toggle="dropdown" role="button" aria-haspopup="true" aria-expanded="false">OrangeTestDefaultActivity<span class="caret"></span></a>
    <ul class="dropdown-menu">
    <li><a ng-click="handle_url('Screen_1050')">Label</a></li>
    <li><a ng-click="handle_url('Screen_1100')">Become</a></li>
    </ul>
  </li>
4

1 Answer 1

0

In your Index html file, import

<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/css/bootstrap.min.css">
Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.