组件: 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