# angular的Crud操作 **Repository Path**: fanyudeguji/crud_operation_of_angular ## Basic Information - **Project Name**: angular的Crud操作 - **Description**: No description available - **Primary Language**: TypeScript - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2018-12-03 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # angular的Crud操作 1.备份 path和classpath 2.下载nodejs 6 3.切换到阿里云镜像 npm config set registry http://registry.npm.taobao.org 4.安装 angular https://www.npmjs.com/package/@angular/cli npm install -g @angular/cli@1.7.4 5.新建angular 项目 ng new helloangular --skip-install npm install 6.再一次备份path,并安装安装vscode 不要添加到 path