Terminé mi aplicación angular y ahora quiero implementarla en github page , ejecuto el siguiente cmd:
$npm i -g angular-cli-ghpages to install githup page .
$ng build --prod --base-href="https://najib132.githup.io/appangular/"
Creé un repositorio appangular.
$git remote add origin https://github.com/najib132/appangular.git
$git push origin master
$ngh
y cuando entro en el enlace me da 404 file not found
Pruebe solo los comandos:
ng add angular-cli-ghpages
ng deploy --repo=https://github.com/najib132/appangular.git
Estos son comandos de la documentación angular-cli-ghpages