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)
-
1
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 usesbootstrap
4.2.1 by default: https://github.com/valor-software/ngx-bootstrap/blob/v3.2.0/package.json#L111Also see: https://github.com/valor-software/ngx-bootstrap/tree/v3.2.0#installation-instructions