install bootstrap and jquery in angular 11 code example
Example 1: install bootstrap in angular 9
npm install bootstrap --save
Example 2: install bootstrap in angular 10
$ npm install bootstrap
npm install bootstrap --save
$ npm install bootstrap