https://hovinhthanh7893.github.io/pokedex/
git checkout main
git checkout gh-pages
npm install -g @angular/cli
ng new project-folder-name
ng serve --open
ng g c header
ng g s service/data
ng g c pokemon-list
npm install ngx-pagination --save
ng g c footer
ng add angular-cli-ghpages
ng deploy --base-href=https://hovinhthanh7893.github.io/pokedex/