I am new to Angular 2 and I have never used Angular 1.
I have been trying this tutorial https://angular.io/guide/quickstart and I would like to know if there is any way of reducing the project size because its size gets big after installing dependencies with 'npm install' (more than 100Mb).
I have asked a similar question but not exactly here:
Are all dependencies recommneded by angular2 quickstart really nescessary?