素材巴巴 > 程序开发 >

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

程序开发 2023-09-17 21:17:55

组件: ng g component component/demo

 

服务: ng g service service/news

然后在app.module.ts里引入

 

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

 

转载于:https://www.cnblogs.com/Ivan-JIANG/p/8951215.html


标签:

素材巴巴 Copyright © 2013-2021 http://www.sucaibaba.com/. Some Rights Reserved. 备案号:备案中。