I finished my angular application, and now I want to deploy it in github page, I run the following cmd:
$npm i -g angular-cli-ghpages to install githup page.
$ng build --prod --base-href="https://najib132.githup.io/appangular/"
I created an appangular repository.
$git remote add origin https://github.com/najib132/appangular.git
$git push origin master
$ngh
and when I enter on link it gives me 404 file not found
Try just commands:
ng add angular-cli-ghpages
ng deploy --repo=https://github.com/najib132/appangular.git
This is commands from angular-cli-ghpages documentation