GitHub Search API Angular版本

GitHub 搜索 API 带有 Angular 的版本,挺适合需要将 GitHub 数据集成到 Angular 应用中的小伙伴。它通过 GitHub 的 API 接口进行数据抓取,展示 GitHub 仓库、用户、问题等内容,体验还不错。配置和开发都不算复杂,你需要有 nodejs 和 npm 环境。只需要在项目目录下执行npm install,再通过npm start启动开发服务器,直接访问http://localhost:4200/就行。如果你对 GitHub 数据有更高需求,还可以自行扩展功能。整体来说,对于想在 Angular 项目中快速实现 GitHub 搜索功能的开发者,这是个挺不错的选择。

zip
github-search-api-angular-develop.zip 预估大小:52个文件
folder
github-search-api-angular-develop 文件夹
file
.angular-cli.json 1KB
folder
src 文件夹
file
tsconfig.spec.json 304B
file
main.ts 370B
file
index.html 312B
file
polyfills.ts 3KB
folder
environments 文件夹
file
environment.ts 387B
file
environment.prod.ts 51B
folder
styles 文件夹
file
styles.scss 133B
file
favicon.ico 5KB
folder
assets 文件夹
folder
.gitkeep 文件夹
file
test.ts 1KB
file
tsconfig.app.json 211B
folder
app 文件夹
file
app.component.scss 33B
folder
services 文件夹
folder
github-api 文件夹
file
github-api.service.ts 1KB
file
github-api.service.spec.ts 393B
folder
loader 文件夹
file
loader-service.spec.ts 374B
file
loader-service.ts 269B
folder
models 文件夹
file
repository.ts 2KB
file
issue.ts 947B
folder
components 文件夹
folder
repository-search 文件夹
file
repository-search.component.ts 2KB
file
repository-search.component.html 558B
folder
search-list 文件夹
file
search-list.component.html 1KB
file
search-list.component.ts 325B
folder
loader 文件夹
file
loader.component.html 185B
file
loader.component.ts 412B
file
loader.component.scss 1KB
folder
repository-issues 文件夹
folder
issue-list 文件夹
file
issue-list.component.html 658B
file
issue-list.component.ts 307B
file
repository-issues.component.html 274B
file
repository-issues.component.ts 2KB
folder
repository-chart 文件夹
file
repository-chart.component.ts 2KB
file
repository-chart.component.html 284B
folder
chart 文件夹
file
chart.component.html 196B
file
chart.component.ts 834B
folder
sub-header 文件夹
file
sub-header.component.html 47B
file
sub-header.component.ts 251B
file
sub-header.component.scss 56B
folder
page-not-found 文件夹
file
page-not-found.component.html 118B
file
page-not-found.component.ts 219B
file
app.module.ts 2KB
file
app.routes.ts 962B
file
app.component.html 175B
file
app.component.ts 191B
file
app.component.spec.ts 986B
file
typings.d.ts 104B
file
github-search-api-angular.iml 457B
file
tsconfig.json 363B
file
tslint.json 3KB
file
README.md 1023B
file
.gitignore 58B
file
karma.conf.js 923B
file
package.json 1KB
...
zip 文件大小:32.2KB