Angular中简单CRUD操作员工列表

MEAN堆栈中,利用Angular和Typescript实现了简单的员工列表CRUD操作。通过MongoDB存储数据,使用Node.js作为后端。安装依赖:在服务器端运行npm install,在前端运行npm install。启动服务器:npm start(端口3000),启动前端:ng serve(端口4200)。作者已提供了屏幕截图。

zip
Employees-List-master.zip 预估大小:45个文件
folder
Employees-List-master 文件夹
folder
frontend 文件夹
file
tsconfig.spec.json 338B
file
.browserslistrc 853B
folder
src 文件夹
file
main.ts 372B
file
index.html 297B
file
polyfills.ts 3KB
folder
environments 文件夹
file
environment.ts 662B
file
environment.prod.ts 51B
file
favicon.ico 948B
folder
styles.scss 文件夹
folder
assets 文件夹
file
print.png 69KB
folder
.gitkeep 文件夹
file
test.ts 753B
folder
app 文件夹
folder
app.component.scss 文件夹
folder
services 文件夹
file
employees.service.ts 828B
file
app-routing.module.ts 245B
folder
models 文件夹
file
employee.ts 119B
folder
components 文件夹
folder
navbar 文件夹
file
navbar.component.ts 276B
file
navbar.component.html 131B
folder
navbar.component.scss 文件夹
file
app.module.ts 639B
file
app.component.html 4KB
file
app.component.ts 3KB
file
app.component.spec.ts 1KB
file
angular.json 4KB
file
tsconfig.base.json 458B
file
tsconfig.json 426B
file
tslint.json 3KB
file
tsconfig.app.json 292B
file
.gitignore 631B
file
karma.conf.js 1024B
file
package-lock.json 512KB
folder
e2e 文件夹
folder
src 文件夹
file
app.e2e-spec.ts 645B
file
app.po.ts 301B
file
tsconfig.json 299B
file
protractor.conf.js 869B
file
package.json 1KB
file
README.md 507B
folder
server 文件夹
folder
src 文件夹
folder
models 文件夹
file
employees.js 345B
file
database.js 263B
file
index.js 452B
folder
routes 文件夹
file
employees.routes.js 935B
file
.babelrc 39B
file
.gitignore 631B
file
package-lock.json 195KB
file
package.json 703B
zip 文件大小:266.24KB