Angular2 学习笔记
一.配置问题
1.配置node.js power shell 执行 node -v 查看node版本
2.配置npm powershell 执行 npm-v查看npm 版本
3.安装 angular cli power shell 执行 npm install -g angular-cli 安装angular cli
安装完成后会出现拼图 angular cli 字样字符拼图
二.常用命令
1.创建Angular2 demo
打开 power shell 执行ng new 项目名称
2.添加组件
ng g c 组件名
3.
三.