step to deploy to git-pages
- Create project in same location
- Install Angular CLI gh-pages:: npm i angular-cli-ghpages --save-dev
- Run Build : ng build --prod --base-href "https://GithubUserName.github.io/GithubRepoName/"
correct: ng build --base-href "https://ayc16.github.io/nggis-ayc/"
- Deploy to gh-pages: npx angular-cli-ghpages --dir=dist/Project-name
correct: npx angular-cli-ghpages --dir=dist/ng-arcgis-core/browser
- Wait for 2-3 minute
- Reload https://ayc16.github.io/nggis-ayc/