0

I want to implement the multi level drop down using typescript. As I went through the bootstrap css framework, I did not find the required multi-level dropdown

Dropdown

How to create the multi-level dropdown in the angular project using html , css & typescript (I don,t want to use the jQuery)

this is a single level drop-down using bootstrap

<div class="dropdown">
  <button class="btn btn-secondary dropdown-toggle" type="button" id="dropdownMenuButton1" data-bs-toggle="dropdown" aria-expanded="false">
    Dropdown button
  </button>
  <ul class="dropdown-menu" aria-labelledby="dropdownMenuButton1">
    <li><a class="dropdown-item" href="#">Action</a></li>
    <li><a class="dropdown-item" href="#">Another action</a></li>
    <li><a class="dropdown-item" href="#">Something else here</a></li>
  </ul>
</div>
1

1 Answer 1

0

You can use this material Module https://plugins.codershood.info/#/plugins/ngmm-plugin

And Please do not use native java script in your angular project directly.

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.