GraphQlWithAngular:在Angular中使用Apollo的GraphQl

时间:2024-05-13 19:45:36
【文件属性】:

文件名称:GraphQlWithAngular:在Angular中使用Apollo的GraphQl

文件大小:145KB

文件格式:ZIP

更新时间:2024-05-13 19:45:36

TypeScript

GraphQlDemo 这是一个演示项目,其中使用Apollo在Angular中实现GraphQl。 该项目是使用版本9.1.7生成的。 开发服务器 为开发服务器运行ng serve 。 导航到http://localhost:4200/ 。 如果您更改任何源文件,该应用程序将自动重新加载。 添加Apollo库文件 ng添加阿波罗角 在graphql.module.ts中指定端点 安装依赖项 ng i @ apollo / client graphql graphql-tag


【文件预览】:
GraphQlWithAngular-main
----tsconfig.spec.json(270B)
----src()
--------main.ts(372B)
--------index.html(297B)
--------styles.css(80B)
--------polyfills.ts(3KB)
--------environments()
--------favicon.ico(948B)
--------test.ts(753B)
--------app()
----angular.json(4KB)
----tsconfig.json(560B)
----tslint.json(3KB)
----README.md(671B)
----tsconfig.app.json(210B)
----browserslist(429B)
----karma.conf.js(1023B)
----package-lock.json(517KB)
----e2e()
--------src()
--------tsconfig.json(214B)
--------protractor.conf.js(808B)
----package.json(1KB)

网友评论