All:
I am pretty new to Angular2, from some examples, I find that there could be a @Component along with @View, while in others, there is only @Component and the properties(such as template, directives etcs) inside @View will be merged into @Component.
I am not sure if my understanding is right: Is @Component can include @View? If so, why we need a separated @View annotation?
Thanks