文件名称:angular-8-crud-app:Angular 8 CRUD应用示例
文件大小:132KB
文件格式:ZIP
更新时间:2024-06-05 22:50:55
angular crud crud-application angular8 TypeScript
带有Web API的Angular 8 CRUD应用程序示例 有关说明,请访问: 多练: 使用Node.js Express的完整堆栈: 使用Spring Boot的Fullstack: 与Django完全堆叠: 使用Firebase的无服务器: 开发服务器 为开发服务器运行ng serve --port 8081 。 导航到http://localhost:8081/ 。 如果您更改任何源文件,该应用程序将自动重新加载。 代码脚手架 运行ng generate component component-name生成一个新的组件。 您还可以使用ng generate directive|pipe|service|class|guard|interface|enum|module 。 建造 运行ng build来构建项目。 构建工件将存储在dist/目录中。 使用--prod标志进行
【文件预览】:
angular-8-crud-app-master
----tsconfig.spec.json(270B)
----src()
--------main.ts(372B)
--------index.html(404B)
--------styles.css(80B)
--------polyfills.ts(3KB)
--------environments()
--------favicon.ico(948B)
--------assets()
--------test.ts(642B)
--------app()
----angular.json(4KB)
----tsconfig.json(543B)
----tslint.json(2KB)
----README.md(2KB)
----tsconfig.app.json(270B)
----browserslist(429B)
----.editorconfig(246B)
----.gitignore(631B)
----karma.conf.js(1KB)
----package-lock.json(464KB)
----e2e()
--------src()
--------tsconfig.json(214B)
--------protractor.conf.js(808B)
----package.json(1KB)