«ngx-bootstrap» 태그된 질문

30
angular-cli 프로젝트에 부트 스트랩을 추가하는 방법
angular-cli 1.0.0-beta.5 (w / 노드 v6.1.0)로 생성 된 앱에서 부트 스트랩 4 (4.0.0-alpha.2)를 사용하려고합니다. npm으로 부트 스트랩과 그 종속성을 얻은 후 첫 번째 접근 방식은 다음과 같이 추가했습니다 angular-cli-build.js. 'bootstrap/dist/**/*.min.+(js|css)', 'jquery/dist/jquery.min.+(js|map)', 'tether/dist/**/*.min.+(js|css)', 그리고 우리의 수입 index.html <script src="vendor/jquery/dist/jquery.min.js"></script> <script src="vendor/tether/dist/js/tether.min.js"></script> <link rel="stylesheet" type="text/css" href="vendor/bootstrap/dist/css/bootstrap.min.css"> <script src="vendor/bootstrap/dist/js/bootstrap.min.js"></script> 이것은 잘 작동 ng …

8
“ng-bootstrap”과“ngx-bootstrap”의 차이점은 무엇입니까?
"ng-bootstrap"과 "ngx-bootstrap"의 차이점은 무엇입니까? 그들은 서로 관련이 있습니까? 아니면 단순히 동시 구현입니까? 누군가가 그들과 함께 일했고 둘 다의 장단점을 줄 수 있습니까? "ng-bootstrap"이란 https://ng-bootstrap.github.io/#/home을 의미 하며 "ngx-bootstrap"이란 http://valor-software.com/ngx-bootstrap/을 의미 합니다. Angular 4 ( AngularJS! 아님) 및 Bootstrap 4와 관련이 있습니다. 제발 참고이 경악 그 하지 의 중복 질문 NGX-부트 스트랩과 …
당사 사이트를 사용함과 동시에 당사의 쿠키 정책개인정보 보호정책을 읽고 이해하였음을 인정하는 것으로 간주합니다.
Licensed under cc by-sa 3.0 with attribution required.