While creating an angular app with @angular/cli I found, several other packages are getting installed such as: karma, protractor, jasmine etc.
Since I am a beginner with angular I will not need these extra packages as of now. In future may be I will require them or may be a different combination of them but surely not as of now.
So how do I avoid installing all these extra tooling packages and just install essentials for learning Angular?
thanks