美文网首页
Angular常用命令

Angular常用命令

作者: 我爱福尔摩斯呀 | 来源:发表于2020-04-21 14:14 被阅读0次

ng generate component test生成组件(ng g c test)

ng generate service my-service - 新建服务

ng generate route my-route - 新建路由

ng generate class my-class - 新建类

ng generate component test-it 生成内联模版

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

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

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

--spec 是否需要创建spec文件

相关文章

网友评论

      本文标题:Angular常用命令

      本文链接:https://www.haomeiwen.com/subject/wijlmhtx.html