Base solution for your next web application
Open Closed

Bootstrap 4 version? #6462


User avatar
0
abarref created

Hi, How can I tell which version of Bootstrap 4 this template uses? I'm using the Asp.Net Core + Angular template, v6.6.1. Thanks


1 Answer(s)
  • User Avatar
    1
    aaron created
    Support Team

    It is defined by ngx-bootstrap, whose version you can check in package.json and/or yarn.lock.

    "ngx-bootstrap": "^3.2.0",
    

    ngx-bootstrap 3.2.0 uses bootstrap 4.2.1 by default: https://github.com/valor-software/ngx-bootstrap/blob/v3.2.0/package.json#L111

    Also see: https://github.com/valor-software/ngx-bootstrap/tree/v3.2.0#installation-instructions