Base solution for your next web application
Open Closed

metronic - tabs - tabdrop #4147


User avatar
0
alexanderpilhar created

Hi!

I want to use bootstrap-tabdrop ([https://github.com/jmschabdach/bootstrap-tabdrop])) for a tab-set (Core, Angular). I added the library to src/assets/bootstrap-tabdrop/... and also added entries to typings.d.ts and .angular-cli.json but no success... I have to admit I don't really know how to add a third-party library correctly - so, I just had a look at how it's done for bootstrap-datetimepicker and tried to reproduce that. But I might be missing something.

Any tips on how to make this work?

Thank you!


2 Answer(s)
  • User Avatar
    0
    alexanderpilhar created

    Aaaah, I did it : )

    I was totally right with how I added the tabdrop-library to the angular project - I just did the .tabdrop(); on the wrong element (has to be done on the ul-element instead of the containing tabset-element) ... my bad!

    Cheers!

  • User Avatar
    0
    ismcagdas created
    Support Team

    Thanks @alexanderpilhar :)