Reputation: 372
I am not able to access github at my workplace. But i need to get ngx-bootstrap file for my development. Please suggest any other location.
Upvotes: 1
Views: 79
Reputation: 8186
You can, and usually should, get it using npm (https://www.npmjs.com/package/ngx-bootstrap).
If you have node and npm installed on your computer:
npm install --save ngx-bootstrap
Upvotes: 1