Angularjs bootstrap dropdown not working

前端 未结 9 2054
时光取名叫无心
时光取名叫无心 2021-01-01 10:39

Am bit new to angularjs and bootstrap.

Am trying to add a simple dropdown. But it is not working.

Tried out the suggestion @ Bootstrap 3 simple dropdown not

9条回答
  •  耶瑟儿~
    2021-01-01 11:10

    for Angular 2:

    1. add npm install ng2-bootstrap --save
    2. then follow the example from GITHUB: https://github.com/valor-software/ng2-bootstrap/tree/development/demo/components/dropdown

提交回复
热议问题