标签:cti sch 格式化 脚手架 管道 启动 image 服务 命令
安装全局cli脚手架:npm install -g @angular/cli
ng new <project-name>, 其中:<project-name>是Angular项目名称
如:ng new my-app
cd my-app
ng serve --open //启动服务,自动打开浏览器
浏览器运行后:
常用的创建命令:ng generate <schematic> [options]
class 类
component 组件
directive 指令
enum 枚举
interface 接口
module ngModel
pipe 管道//管道格式化数据
service 服务
标签:cti sch 格式化 脚手架 管道 启动 image 服务 命令
原文地址:https://www.cnblogs.com/sxhlf/p/13948309.html