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
Markdown is supported
Copy & paste or drag & drop images (max 30 MB per image)
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-bootstrap3.2.0 usesbootstrap4.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
Markdown is supportedCopy & paste or drag & drop images (max 30 MB per image)