I had install jquery in the angular using following command
$ npm install jquery --save
After this when i tried to open the localhost for angular using the following command :
ng serve -o
Then it shows me following errors, please see the following image
Please guide me to resolve this issue.