是伍尚金哇_v

Angular常用的创建命令

电脑版发表于:2020/4/14 19:23

Angular开发

在Angular开发中常见的一些命令

创建命令

ng generate component example 生成组件带有模版

ng generate component example -it 生成内联模版(不会单独生成html文件)


ng generate directive my-directive - 生成一个新指令


ng generate pipe my-pipe - 生成一个新管道


ng generate service my-service - 生成一个新服务


ng generate route my-route - 生成一个新路由


ng generate class my-class - 生成一个简易的模型类



以下可能常用的命令参数有:

--flat 表示是否不需要创建文件夹


--inline-template (-it) 模板是否应该放在ts文件里


--inline-style (-is) 样式是否应该放在ts文件里.


--spec 是否需要创建spec文件(测试文件)


--view-encapsulation (-ve) View Encapsulation策略 (简单理解为样式文件的作用范围策略).


--change-detection (-cd) 变化检查策略.


--prefix 设定这个component的前缀


--dry-run (-d), 打印出生成的文件列表, 而不直接生成.


如有其他命令会持续更新本文....

<<上一篇文章:Cordova开发禁止软键盘弹出

关于TNBLOG
TNBLOG,技术分享。技术交流:群号677373950
ICP备案 :渝ICP备18016597号-1
App store Android
精彩评论
{{item.replyName}}
{{item.content}}
{{item.time}}
{{subpj.replyName}}
@{{subpj.beReplyName}}{{subpj.content}}
{{subpj.time}}
猜你喜欢