how to include all of my components in angular 8 run build --prod command code example
Example 1: ng build prod
ng build --prod
Example 2: install angular cli
npm install -g @angular/cli //make sure you have node/npm installed
ng new // eg: ng new my-app
cd // cd my-app
ng serve