番外
为什么一个ts文件变成了component,因为它使用了@components装饰器
components is just a class,you export it so angular know how to use it
举例:组件装饰器
decoration前总是有一个@符号
decoration的作用(之一?)
@NgModule是一个装饰器,它是从angular/core中引入的
属性bootstrap(引导程序)告诉 angular应该引入哪一个组件