cli创建自定义组件: ng g component components/header (在项目src下面的components文件夹下面创建一个header组件)创建服务:ng g service my-new-service