angular-jsonserver:带有Json Server RESTAPI的Angular 9 CRUD

时间:2024-04-27 05:02:16
【文件属性】:

文件名称:angular-jsonserver:带有Json Server RESTAPI的Angular 9 CRUD

文件大小:247KB

文件格式:ZIP

更新时间:2024-04-27 05:02:16

HTML

AngularJson 该项目是一个实践项目,其中我探索了Angular 9应用程序和带有JSON Server的REST API中的基本CRUD操作。 开发服务器 为开发服务器运行ng serve 。 导航到http://localhost:4200/ 。 如果您更改任何源文件,该应用程序将自动重新加载。 代码脚手架 运行ng generate component component-name生成一个新的组件。 您还可以使用ng generate directive|pipe|service|class|guard|interface|enum|module 。 建造 运行npm run start:proxy:mock:server来运行项目和模拟服务器。 进一步的帮助 要获得有关Angular CLI的更多帮助,请使用ng help或查看 。


【文件预览】:
angular-jsonserver-master
----proxy.conf.json(221B)
----tsconfig.spec.json(270B)
----AngularJson.jpeg(105KB)
----src()
--------main.ts(560B)
--------index.html(510B)
--------polyfills.ts(3KB)
--------environments()
--------favicon.ico(948B)
--------styles.scss(80B)
--------assets()
--------test.ts(753B)
--------app()
----.vscode()
--------launch.json(502B)
----angular.json(5KB)
----tsconfig.json(489B)
----tslint.json(3KB)
----README.md(784B)
----mocks()
--------data.json(684B)
--------data()
--------concat-json.js(194B)
----tsconfig.app.json(210B)
----browserslist(429B)
----.editorconfig(274B)
----.gitignore(631B)
----karma.conf.js(1024B)
----package-lock.json(522KB)
----e2e()
--------src()
--------tsconfig.json(214B)
--------protractor.conf.js(808B)
----package.json(2KB)

网友评论