angular-cli学习笔记 快速建立代码模板

组件: ng g component component/demoapp

 

服务: ng g service service/newsspa

而后在app.module.ts里引入3d

 

ng g service service/news --module=app 在建立服务时候在后面加上 --module=app 就会自动在app.module.ts里引入,不须要手动引入component

相关文章
相关标签/搜索