文件名称:angular7-material-crud-example:Angular 7教程:构建CRUD Web应用程序
文件大小:32KB
文件格式:ZIP
更新时间:2024-02-26 21:28:37
angularjs application angular crud tutorial
Angular 7教程:构建CRUD Web应用程序 此源代码是教程的一部分。 该项目是使用版本7.0.1生成的。 开发服务器 为开发服务器运行ng serve 。 导航到http://localhost:4200/ 。 如果您更改任何源文件,该应用程序将自动重新加载。 代码脚手架 运行ng generate component component-name生成一个新的组件。 您还可以使用ng generate directive|pipe|service|class|guard|interface|enum|module 。 建立 运行ng build来构建项目。 构建工件将存储在dist
【文件预览】:
angular7-material-crud-example-master
----.gitignore(503B)
----tsconfig.json(408B)
----README.md(1KB)
----angular.json(4KB)
----LICENSE(1KB)
----package.json(1KB)
----tslint.json(3KB)
----src()
--------test.ts(642B)
--------karma.conf.js(964B)
--------tsconfig.spec.json(256B)
--------environments()
--------app()
--------tslint.json(314B)
--------polyfills.ts(3KB)
--------main.ts(391B)
--------tsconfig.app.json(166B)
--------index.html(480B)
--------favicon.ico(5KB)
--------browserslist(388B)
--------assets()
--------styles.scss(181B)
----e2e()
--------tsconfig.e2e.json(213B)
--------src()
--------protractor.conf.js(752B)
----.editorconfig(245B)