Usage with Angular
Follow the steps outlined below:
- Add ngx-bootstrap to your application using
npm install ngx-bootstrap --save
-
Add the required CSS files to
index.html
, e.g.,<link href="https://bootstrap.cap-hpi.com/v2.0.0/css/core.min.css" rel="stylesheet"> <link href="https://bootstrap.cap-hpi.com/v2.0.0/css/forms.min.css" rel="stylesheet"> <link href="https://bootstrap.cap-hpi.com/v2.0.0/css/content-components.min.css" rel="stylesheet"> <link href="https://bootstrap.cap-hpi.com/v2.0.0/css/navigation-components.min.css" rel="stylesheet"> <link href="https://bootstrap.cap-hpi.com/v2.0.0/css/notification-pagination.min.css" rel="stylesheet"> <link href="https://bootstrap.cap-hpi.com/v2.0.0/css/tables.min.css" rel="stylesheet">
- Follow the instructions at ngx-bootstrap on how to use individual components within your application.