Closed BAZINGAyi closed 5 years ago
Hi @BAZINGAyi, as for the styles, Nebular rewites the default bootstrap styles to conform with the test of the Nebular theme look&feel. If you don't need this behavior you may reomve the @nebular/bootstrap
package. Regarding the dropdown, please take a look at @ng-bootstrap/ng-bootstrap
package, which make the bootstrap work with Angular.
Issue type
Issue description
Current behavior:
Expected behavior: I used ngx-admin as framework and add some new component in pages. But I can't use bootstrap style for my component.
Steps to reproduce:
For example: I find this code in boostrap4 website and copy it to my component html file. look like this:
Bootstrap website style like:
But my component style like this and click the dropdown without any effect :
What should I do,please tell me.
Related code:
Other information:
npm, node, OS, Browser
Angular, Nebular