Usage with Angular

Follow the steps outlined below:

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