Very simple solution from this page
npm install browser-sync --save-dev
ng serve --ssl true --ssl-key /node_modules/browser-sync/lib/server/certs/server.key --ssl-cert /node_modules/browser-sync/lib/server/certs/server.crt
Quick and bold)
Just used it in my angular cli 6.2.3 project